Help for this page

Select Code to Download


  1. or download this
    use Foo;
    use Bar;
    ...
    use Quux;
    use Foo::Bar;
    ...
    
  2. or download this
    use Super::Foo;
    my $super_cgi = Super::Foo->new;
    
    ...