in reply to Re: Using External Subroutines
in thread Using External Subroutines
package ModuleName; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(...); # symbols to export by default
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Using External Subroutines
by Anonymous Monk on Nov 19, 2001 at 02:56 UTC | |
by data64 (Chaplain) on Nov 19, 2001 at 03:06 UTC | |
by hopes (Friar) on Nov 19, 2001 at 04:09 UTC |