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