in reply to Re: Re: modifying a text file on Win32
in thread modifying a text file on Win32

Just checking, the file really is in the root directory of the C drive?

You might try specifying the file simply as 'blah.txt' (without any path), chdir-ing to the directory containing 'blah.txt', and running your script from there.

  • Comment on Re: Re: Re: modifying a text file on Win32

Replies are listed 'Best First'.
Re: Re: Re: Re: modifying a text file on Win32
by Anonymous Monk on Aug 13, 2001 at 08:32 UTC
    Yes, the file is really at the root of C: I also tried moving it to the c:\perl\bin directory, as that's where I'm executing the script from (via "perl c:\console.pl"). Didn't seem to make a difference...