Brian Raven schreef:
> Tamas Dober:

>> my @ls = ( '\/perl\/Feb\/packager\/bin\/package.bat' ) ;
> 
> Shouldn't those '\/' be '\\' ??

No need, better use just '/'.

 my @ls = qw( /perl/Feb/packager/bin/package.bat );

-- 
Affijn, Ruud

"Gewoon is een tijger."

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to