Help for this page

Select Code to Download


  1. or download this
    sub process_file {
      my $file=shift;
    ...
           ## do something exciting here
      }
    }
    
  2. or download this
      push @in,scalar <IN> for 1..10;