rsiedl has asked for the wisdom of the Perl Monks concerning the following question:
and the code looks like such:do 'loation/to/code.pl';
everything works fine.warn 'this is a warning';
code.pl:do 'location/to/code.pl';
another/code.pldo 'location/to/another/code.pl';
Can anyone explain this to me please?warn 'this is a warning from another code";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: behaviour of do
by revdiablo (Prior) on Apr 14, 2006 at 02:22 UTC | |
by rsiedl (Friar) on Apr 14, 2006 at 02:26 UTC | |
by Anonymous Monk on Apr 14, 2006 at 07:30 UTC |