Help for this page

Select Code to Download


  1. or download this
    my $num  = 5;
    
    ...
      }
      return \@p;
    }
    
  2. or download this
    sub get_latest {
      my ($year, $mon, $day, $num) = @_;
    ...
    
      return extract(\@arr, $num);
    }
    
  3. or download this
    Exiting subroutine via last at script.pl line 57.
    Label not found for "last FOO" at script.pl line 57.