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
>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:/
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