![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: write/read to remote machineby roboticus (Chancellor) |
on Jul 27, 2010 at 21:54 UTC ( #851618=note: print w/replies, xml ) | Need Help?? |
Hmmm ... interpolation and backslashes are giving you a different directory than you're wanting. Use forward slashes instead of backslashes, use single quotes, or double your backslashes. Also, $\ is a special variable, so using single quotes would prevent that from interpolating. ...roboticus
In Section
Seekers of Perl Wisdom
|
|