in reply to Re: Re: Passing a required script arguments
in thread Passing a required script arguments
As you well know, when you require a file, the code in the file is executed.
Is it?
executes "foo.pl" at most once, although it is required 10 times.for (1 .. 10) { require "./foo.pl"; }
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Passing a required script arguments
by sauoq (Abbot) on Sep 26, 2003 at 17:07 UTC | |
by bart (Canon) on Sep 27, 2003 at 00:02 UTC | |
|