Help for this page

Select Code to Download


  1. or download this
    # ...
    use Exporter qw(import);
    @EXPORT = (keys %My::Package::);  # @EXPORT instead of @EXPORT_OK
    # ...
    
  2. or download this
    $ perl -e '
     use strict;
    ...
    '
    hello world
    hello this is dog