Help for this page
#!/usr/bin/perl use strict; ... undef &fred; print "can=", __PACKAGE__->can('fred'), ";\n"; fred;
Use of uninitialized value in print at test.pl line 5. can=; ... fred can=CODE(0x81199b4); Undefined subroutine &main::fred called at test.pl line 11.