Help for this page

Select Code to Download


  1. or download this
    $ cat test.pl
    #!/usr/bin/env perl
    ...
    $VAR1 = {
              'BEGIN' => *::MyModule::BEGIN
            };
    
  2. or download this
    $ cat test.pl
    #!/usr/bin/env perl
    ...
    $VAR1 = {
              'BEGIN' => *MyModule::BEGIN
            };
    
  3. or download this
    $ cat test.pl
    #!/usr/bin/env perl
    ...
    $VAR1 = {
              'BEGIN' => *MyModule::BEGIN
            };
    
  4. or download this
    $ cat test.pl
    #!/usr/bin/env perl
    ...
    $VAR1 = {
              'BEGIN' => *MyModule::BEGIN
            };
    
  5. or download this
    $ cat test.pl
    #!/usr/bin/env perl
    ...
              'BEGIN' => *MyModule::BEGIN,
              'import' => *MyModule::import
            };