Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    # These croak
    $foo->floozle()
    $foo->floozle( 9, 'a' );
    
  2. or download this
    Variable "$self" is not imported at t/lib/Foo.pm line ##.
    Global symbol "$self" requires explicit package name at t/lib/Foo.pm l
    +ine ##.
    
  3. or download this
    Variable "%s" is not imported%s
    
        (F) While "use strict" in effect, you referred to a global variabl
    +e that you apparently thought was imported from another module, becau
    +se something else of the same name (usually a subroutine) is exported
    + by that module. It usually means you put the wrong funny character o
    +n the front of your variable.