#!/usr/local/bin/perl

@innerlist = " never ";
@outerlist = ("I", @innerlist, "fail!\n");
print @outerlist;
