Bolan has asked for the wisdom of the Perl Monks concerning the following question:
Is there a way to do it?if ($^O =~ "Win") { use Win32::DriveInfo ; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Conditionally including modules
by BrowserUk (Patriarch) on Apr 04, 2005 at 15:41 UTC | |
|
Re: Conditionally including modules
by jbrugger (Parson) on Apr 04, 2005 at 15:47 UTC | |
by Tanktalus (Canon) on Apr 04, 2005 at 16:06 UTC | |
|
Re: Conditionally including modules
by ysth (Canon) on Apr 04, 2005 at 16:02 UTC | |
|
Re: Conditionally including modules
by jZed (Prior) on Apr 04, 2005 at 15:43 UTC | |
|
Re: Conditionally including modules
by Roy Johnson (Monsignor) on Apr 04, 2005 at 15:51 UTC | |
|
Re: Conditionally including modules
by cog (Parson) on Apr 04, 2005 at 15:58 UTC |