>$dir=~s!\!/!g; #should work better, no ambiguity with slashes

oops, do that and you'll confuse it. swap that for

$dir=~s'\'/'g; #not interpolated with single quotes

~or~

$die=~s!\\!/!g;

that'll teach me

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to