in reply to Re^3: File::Random module (McA)
in thread File::Random module
Hi Anonymous Monk,
you write
Yes I can, but I'm not interested...That'a pity. I couldn't see where File::Random (I'm aware of the module name) does some path mangling without being careful to '/' or '\' so it produces the above error while using File::Find (I'm aware of the module name).
The OP gave the error message
looking at line File::Random line 121 shows that this is a call to find from File::Find (IAOTMN) at least in version 0.17 of File::Random.OUTPUT:Can't stat E:: No such file or directory at C:/Perl/site/lib/File/Random.pm line 121
To clarify and sum it up for the interested readers:
Hopefully someone else shares his Monks's wisdom and shows us the seemingly obvious bug in File::Random.
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: File::Random module (McA)
by Anonymous Monk on Apr 02, 2013 at 09:52 UTC |