|
|
| XP is just a number | |
| PerlMonks |
Re: Accessing Windows Path from Perl scriptby BioLion (Curate) |
| on Aug 13, 2010 at 14:17 UTC ( #854915=note: print w/ replies, xml ) | Need Help?? |
|
Firstly you need to check out perldoc: quotelike operators and see the difference between "$string\\path" and '$string\\path'. Also windows paths are notoriously awkward, so maybe a path name handler module would be useful, rather than hard coding them? Check out Win32 and File::Basename among others... Hope this helps, let us know how you get on! Update: Fixed links...
Just a something something...
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||