Hi,
I keep having problems with backslashes in my NT perl scripts. Though this is a general, I can give a particular case that does not work...If somebody has a solution, it would reqlly help.
This does NOT work:
$input = "c:\\temp\\*;
@grep = <$input>;
While this does:
@grep = <c:\\temp\\*>;
This is for me not obvious at all!!!
Thanks,
Thierry [sig][/sig]
I keep having problems with backslashes in my NT perl scripts. Though this is a general, I can give a particular case that does not work...If somebody has a solution, it would reqlly help.
This does NOT work:
$input = "c:\\temp\\*;
@grep = <$input>;
While this does:
@grep = <c:\\temp\\*>;
This is for me not obvious at all!!!
Thanks,
Thierry [sig][/sig]