
sophie
Novice
Aug 27, 2004, 6:45 AM
Post #1 of 6
(1985 views)
|
'use Win32' problem on linux
|
Can't Post
|
|
Hi everyone, I am writing a perl script to handle both windows and linux platform. I hope when the platform is windows then use win32 module. My code like below. if ($^O == 'MSWin32') { use Win32; } but when I run my script on linux, I got compile error "Can't locate Win32.pm in @INC ..." Please help! Thanks!
|