Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
               }
    
                    print "$late\n";
    
  2. or download this
    <p>/Perl$ ./latest.pl
    Global symbol "$late" requires explicit package name at ./latest.pl li
    +ne 11.
    Execution of ./latest.pl aborted due to compilation errors.</p>
    
  3. or download this
    #!/usr/bin/perl
    
    ...
                    print "$late\n";
               }
    return $late;