|
|
| more useful options | |
| PerlMonks |
Re: File::Find uses '/' in path on Win32 system.by BeernuT (Pilgrim) |
| on Mar 10, 2002 at 01:29 UTC ( [id://150678]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
On win* you can use '/' in perl instead of having to use '\' or sometimes '\\' to denote a directory.
UPDATE: i missed what you were getting at. As far as using s!/!\\!g; should be ok for say outputting a list of files to a txt file for later retrieval by another program. But as far as perl is concerned there shouldnt be a problem using '/' instead of '\'. sorry for the confusion -bn
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||