> actually, that's not the problem....sorry...It's when i try to pass a
> directory that it is changed back to the parent directory. i.e.
> i'm passing
> $dirname/$file to the function, but after the function gets it, it is back
> to $dirname. any ideas are greatly appreciated.

This is a bit unclear to me, Tanya: do you mean that you're
passing $pdir/$cdir/$file to a function and getting
$pdidr back?

Try putting in

        use Cwd;

and a few

        warn "Current Working Dir is ",cwd;

in and see where that leads you.

lee

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to