Help for this page

Select Code to Download


  1. or download this
    package GenericModule;
    
    ...
    feature->import::into(1, 'say');
    
    1;
    
  2. or download this
    use GenericModule;
    
    say 'hello,world';
    
  3. or download this
    $ perl -I. 111155275.pl
    hello,world