in reply to IIS and Perl, yippee

Do you mind if I ask why your even bothering with the ASP ? Why not just write the entire thing in perl ? Anyway.. Adding the following to the top of your perl script should do the trick.
chdir('/my web home directory/');

Replies are listed 'Best First'.
Re: Re: IIS and Perl, yippee
by matrix_man (Initiate) on Jul 20, 2001 at 22:25 UTC
    If i can do the whole thing in perl i would love it, show me the code and its a done deal. Thanks. Jason
      Alright, i lied, the error i'm getting is that it can't open revfile for writing... the thing is... the command i'm using is just to create the file and open it for writing, so of course it isnt going to find it... Doesnt PERL create a file by that name in the directory if it cant find it and open it for writing? Maybe i'm wrong...