Help for this page

Select Code to Download


  1. or download this
    sub import {
        my $pkg = shift;
        @EXPORT_OK = @_;
        __PACKAGE__->export_to_level(1, $pkg, @_);
    }
    
  2. or download this
    "foo" is not exported by the Smonk module at monk.pl line 4
    Can't continue after import errors at monk.pl line 4
    BEGIN failed--compilation aborted at monk.pl line 4.