in reply to Subroutine problems
It seems like you're attempting to re-implement the require function, loading a library at runtime, or the do FILE use of do, you might want to look into perl's variety of library loading functions before attempting to debug this.
It seems you need a library, you might want to consider reading perlmod and perlmodlib for information on writing libraries.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Subroutine problems
by ikegami (Patriarch) on Jul 30, 2007 at 15:54 UTC |