in reply to Re: How to execute succcessful this Perl script in Linux, window and solaris?
in thread How to execute succcessful this Perl script in Linux, window and solaris?
Update: While trying to reproduce the problem minimally, I realized I misunderstood what I read earlier or what I read was wrong. Disregard this post.
I don't have that module, but I don't see how your solution could work. Win32::DriveInfo::DriveSpace('c:') is still being compiled before use Win32::DriveInfo; is executed, so the prototype mismatch is still present.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to execute succcessful this Perl script in Linux, window and solaris?
by shmem (Chancellor) on Jun 29, 2006 at 07:32 UTC | |
by ikegami (Patriarch) on Jun 29, 2006 at 07:41 UTC |