in reply to Re: dynamic loading modules
in thread dynamic loading modules
I get the print message fom my begin block code. and still call itif ($^O eq "MSWin32") { print ("begin\n"); my $win32 ="Win32.pm"; require $win32; import $win32 qw(GetOSName); }
and it still failsmy $os = GetOSName();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: dynamic loading modules
by chromatic (Archbishop) on Sep 03, 2012 at 18:07 UTC | |
|
Re^3: dynamic loading modules
by choroba (Cardinal) on Sep 03, 2012 at 19:39 UTC |