Help for this page

Select Code to Download


  1. or download this
    sub logroll {
      my $name = shift;  # grab first argument
    ...
          (File => $file,
      # etc...
    
  2. or download this
    sub logroll {
      my $name = shift;  # grab first argument
    ...
          (File => $name,
      # etc...