in reply to http://www.url.com/cgi-bin/file.pl?node=how

Shouldn't that be:
my $Page = param ("node");

Abigail

Replies are listed 'Best First'.
Re: Re: http://www.url.com/cgi-bin/file.pl?node=how
by surrealistfashion (Acolyte) on Sep 10, 2003 at 03:05 UTC
    Yes, typo. In the script it is acually
    my $UserName = param ('UserNameBlock');
    I have a tendency to type too fast and not sleep enough. thanks for your help :)