http://www.perlmonks.org?node_id=335012


in reply to Opening files on IIS

Surely if the text file and the script are in the same dir you don't need the path at all.

Try changing $dir = "/cgi-bin/dls.txt"; to $dir = "./dls.txt";

-----
Of all the things I've lost in my life, its my mind I miss the most.

Replies are listed 'Best First'.
Re: Re: Opening files on IIS
by ucanflyit (Initiate) on Mar 09, 2004 at 20:51 UTC
    thanks for your help!