in reply to Re: Re: upgrading activeperl
in thread upgrading activeperl

checking control panel shows me I do indeed still have activeperl 522 installed in addition to build 805. Trying to remove it causes an illegal operation as well. I'm now removing 805 in the hope I can then remove 522, and start over.

If that fails you can double check your path environment variable to see if you can convince it to use the correct version of Perl.

I'm not familiar with Win32::ASP, so can't comment on that at all. But what was the syntax error you were getting prior to this?

Replies are listed 'Best First'.
Re: Re: Re: Re: upgrading activeperl
by theandygrant (Initiate) on Feb 25, 2003 at 11:43 UTC
    it appeared to be complaining about the ;

    my $conj; my $query=$Request->Querystring("searchtext");

    returned syntax error near "; my"

    anyway I've stripped all versions of perl off, and reinstalled 522, and it's now all working fine.

    Well I say fine, but I hit a far more amusing problem. I was building a sql search string and passing it in the querystring to an existing asp script. Unfortunately the "keywords LIKE '%project%'" was, quite sensibly, seeing "%pr" and decoding it. It gave me quite a start when SQL threw back errors full of wingdings :)