Help for this page
#!/usr/bin/perl use lib "."; use A; ... sub abc{ print "Inside sub abc of package A\n"; }