Help for this page

Select Code to Download


  1. or download this
    
    #!/opt/perl5/bin/perl -w
    ...
    foreach(reverse @lines){ 
           print;                 
    }
    
  2. or download this
    Global symbol "$line" requires explicit package name at day1_test.1.pl
    + line 5.
    Global symbol "$line" requires explicit package name at day1_test.1.pl
    + line 5.
    ...
    Global symbol "$line" requires explicit package name at day1_test.1.pl
    + line 6.
    Global symbol "@lines" requires explicit package name at day1_test.1.p
    +l line 8.
    Execution of day1_test.1.pl aborted due to compilation errors.