in reply to run the find command in perl script from window server
There is no UNIX find on Windows by default (Windows' find acts like UNIX grep), but you may install one from GnuWin32, MSYS, Cygwin or somewhere else.
And it's a better idea to use File::Find instead, as pointed above.
|
|---|