|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^2: File::Monitor problem with batch filesby xbmy (Friar) |
| on Nov 18, 2010 at 00:30 UTC ( #872099=note: print w/ replies, xml ) | Need Help?? |
|
Thank you very much! I have setup the win32::readdirectorychangesw module on my hard drive by copying the pm file to the directory of perl. i tried the following code as you told me:
But i got a wrong message: Bareword "FILE_ACTION_ADDED" not allowed while "strict subs" in use at C:\PAPER\1.pl line 9. Bareword "FILE_ACTION_MODIFIED" not allowed while "strict subs" in use at C:\PAPER\1.pl line 9. Bareword "FILE_ACTION_ADDED" not allowed while "strict subs" in use at C:\PAPER\1.pl line 21. Bareword "FILE_ACTION_MODIFIED" not allowed while "strict subs" in use at C:\PAPER\1.pl line 21. Execution of C:\PAPER\1.pl aborted due to compilation errors. Then i delete the "use strict" script, runing...., but still got the following error: Can't locate object method "new" via package "Win32::ReadDirectoryChangesW" (perhaps you forgot to load "Win32::ReadDirectoryChangesW"?) at C:\PAPER\1.pl line 11. So, can you help me figure out what the problem was? Thanks a lot!
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||