in reply to Re: cross platform perl - how to modify $path
in thread cross platform perl - how to modify $path

I actually thought about this, but I was not sure if the separator char is different for the different unix shells, ie: between csh and sh. I don't even want to think about zsh and other less common ones.

data
  • Comment on Re: Re: cross platform perl - how to modify $path

Replies are listed 'Best First'.
Re: Re: Re: cross platform perl - how to modify $path
by mischief (Hermit) on Aug 21, 2001 at 18:21 UTC
    It's not; the seperator between directories is / on all unix systems. The shell is irrelevant.