Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    test::test();
    
    exit;
    
  2. or download this
    package test;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    $ perl test.pl
    main test.pl 13
    
  4. or download this
    $ perl test.pl
    main foo 200
    
  5. or download this
    #line $lineno "$filename (autosplit into $path)"