Help for this page

Select Code to Download


  1. or download this
    package M1;
    use parent qw(Exporter);
    ...
    print @_;
    M1->export_to_level(1,@_)}
    1;
    
  2. or download this
    perl -I. -we 'use M1 qw(func);func()'