Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    package Foo;
    ...
    print $foo->fullname."\n";
    $foo->debug;
    
  2. or download this
       The "goto-&NAME" form is quite different from the other forms of "g
    +oto".  In fact, it isn't a goto in the normal sense at all, and doesn
    +'t have the stigma associated with other gotos.
    
  3. or download this
    package Class::FIOC;
    require Exporter;
    ...
    }
    1;