Help for this page

Select Code to Download


  1. or download this
    package foo;
    
    ...
    }
    1;
    __END__
    
  2. or download this
    $ perl -l
    use foo;
    ...
    print $foo->data('bar');
    __END__
    bar