Help for this page

Select Code to Download


  1. or download this
    $ perl -E 'use Gargh'
    Can't locate Gargh.pm in @INC (@INC contains: ...)
    
  2. or download this
    $ perl -E 'push @INC, bless({}, "Foo");require Gargh'
    Can't locate object method "INC" via package "Foo" at -e line 1.