smackdab has asked for the wisdom of the Perl Monks concerning the following question:
I can either move the "use" statements after the package declaration or I can explicitely call copy with File::Copy::copy(...)use File::Copy qw(copy); use IO::File; package Mods::Debug; [...stuff...] copy($file1, $file2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: where to use "use" and package
by elusion (Curate) on Aug 01, 2002 at 03:31 UTC | |
by Abigail-II (Bishop) on Aug 01, 2002 at 09:29 UTC | |
by smackdab (Pilgrim) on Aug 01, 2002 at 05:20 UTC | |
by hossman (Prior) on Aug 01, 2002 at 07:08 UTC | |
|
Re: where to use "use" and package
by BrowserUk (Patriarch) on Aug 01, 2002 at 03:45 UTC | |
|
Re: where to use "use" and package
by thunders (Priest) on Aug 01, 2002 at 15:23 UTC |