Help for this page

Select Code to Download


  1. or download this
    Package Foo;
    require Exporter;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    use Foo qw(foobar);
    $bar = "hi";    
    foobar();
    
  3. or download this
    perl -w foo.pl