Help for this page

Select Code to Download


  1. or download this
    Undefined subroutine &main::x called at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.
    
  2. or download this
    $_ = '-' x (1024*1024*300);
    
    ...
      print and next if length($_)==1001; 
      print STDERR $_;
    }
    
  3. or download this
    perl maxwellsfilter.pl suspect.txt > goodrecs.txt 2> badrecs.txt