Help for this page

Select Code to Download


  1. or download this
    package A;
    
    import from 'HTML::TAGS::AsFunctions' => 'Div A Img';
    
  2. or download this
    package B;
    
    sub import{
       export from _ => qw/foo bar/
    }
    
  3. or download this
    
    package SubRelay;
    ...
       export from FooModule => 'foo';
       export from BarPackage => 'bar';
    }