Help for this page

Select Code to Download


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