Help for this page

Select Code to Download


  1. or download this
    Module -> import (args...) if Module -> can ("import");
    
  2. or download this
    $perl -e 'Foo->import'
    $
    
  3. or download this
    $ perl -e 'Foo->bar'
    Can't locate object method "bar" via package "Foo" (perhaps you forgot
    + to load "Foo"?) at -e line 1.
    $