in reply to Re: Perl Script in Windows Works, but not in Unix
in thread Perl Script in Windows Works, but not in Unix

I realize this. I've been using:

$dirtoget="/netscr/name/extraction/10K-txt/"; $dirwrite="/netscr/name/extraction/MDA/";

Does this look fine?

Replies are listed 'Best First'.
Re^3: Perl Script in Windows Works, but not in Unix
by jcklasseter (Sexton) on Jun 26, 2015 at 18:52 UTC
    As in, go to wherever you're trying to call the directory from, type  pwd and then put that into the place instead.