Help for this page
first,line,and,end second,line,with,a break third,line,no,break
#!/usr/bin/perl -w use strict; ... foreach $i(0..$#array){ print "$bigun[$i]\n"; }
first line and end second line with abreak third line no break