Re: Trying to make things portable

2007-04-02 Thread Igor Sutton Lopes
On 2007/04/02, at 11:04, Jeff Pang wrote: I am trying to group some common subroutines into a module. As I use both Win32 and *nix systems I wanted the the routines that use the file system to be able to work in both environments and handle paths like /var/path/to/dir and h:\home\dir equally

Re: Trying to make things portable

2007-04-02 Thread Jeff Pang
>I am trying to group some common subroutines into a module. As I use >both Win32 and *nix systems I wanted the the routines that use the >file system to be able to work in both environments and handle paths >like /var/path/to/dir and h:\home\dir equally well. > >I know that perl will treat h:/

Trying to make things portable

2007-04-02 Thread Beginner
Hi, I am trying to group some common subroutines into a module. As I use both Win32 and *nix systems I wanted the the routines that use the file system to be able to work in both environments and handle paths like /var/path/to/dir and h:\home\dir equally well. I know that perl will treat h:/ho