Help for this page

Select Code to Download


  1. or download this
      package MyModule;
    
    ...
      @EXPORT_OK = qw( mysub anothersub );
    
      @ATTRIBUTES = qw( foo bar );
    
  2. or download this
      use MyModule qw( anothersub ), { foo => 1 };