in reply to In love with perl
package After5years; require Exporter; @ISA = qw|Exporter|; @EXPORT_OK = qw|lawyer|; sub lawyer { print "Where's that pre-nuptial agreement?\n"; } 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: In love with perl
by gilbert0 (Monk) on May 02, 2003 at 13:43 UTC |