Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    }
    
    1
    
  2. or download this
    local *IO::File::open = sub {.....}
    
  3. or download this
    #!perl -w
    use warnings;
    ...
    
    Test::subs();
    exit(0);
    
  4. or download this
    package Test;
    
    ...
    }
    
    1