Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    print Foo::foo();
    1;
    
  2. or download this
    package Foo;
    use AutoLoader 'AUTOLOAD';   # import the default AUTOLOAD subroutine
     
    1;
    
  3. or download this
    package Foo;
    
    ...
    }
    
    1;
    
  4. or download this
    perl code.pl
    tastes so good...