Help for this page

Select Code to Download


  1. or download this
    use strict;
    print "$_: $INC{$_}\n" for keys %INC;
    __END__
    strict.pm: /usr/share/perl/5.10/strict.pm
    
  2. or download this
    use strict;
    use warnings;
    ...
    print $F->ima, "\n";
    __END__
    I'm a 'Foo' object