Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print "test\n";
    }
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    require 'test.pl';
    
    # what file is &test() from? I would like to see test.pl?