in reply to Re: Compatibility on Win32 and UNIX
in thread Compatibility on Win32 and UNIX

Don't do it. It is ugly. Just use File::Spec. Let perl hackers who maintain this module worry which slash to use on which platform.
use File::Spec; $path = File::Spec->catfile('path', 'thisway');

--
Ilya Martynov (http://martynov.org/)

Replies are listed 'Best First'.
Re: Re: Re: Compatibility on Win32 and UNIX
by perlisfun (Sexton) on May 10, 2002 at 18:00 UTC
    Thanks and appreciations go to all of you. Have a good weekend.