Help for this page

Select Code to Download


  1. or download this
      __FILE__ eq $0 and main();
    
  2. or download this
      BEGIN { require "myfile" }
    
  3. or download this
      use myfile;