use common;
Any ideas why I am getting this???package common; use Exporter; use vars qw (@ISA @EXPORT); require SelfLoader; @ISA = qw(Exporter SelfLoader); @EXPORT = qw(process_error); __DATA__ sub process_error { #my code } 1;
In reply to deprecation problem by skerr1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |