lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Lynx Question


From: Jacob Poon
Subject: Re: lynx-dev Lynx Question
Date: Sat, 27 Feb 1999 15:01:57 -0500

On Thu, 25 Feb 1999, Ian Whitfield wrote:

> Hi,
> 
> I don't know if this is the right place to ask this question, if it
> isn't
> i'm sorry.
> 
> I'm trying to run lynx from within a perl script but get an error back
> when i try to return a url which includes the '?' character.
> 
> The Script is -
> 
> #!/opt/bin/perl
> 
> $SITELIST =
> "www.thisisstaffordshire.co.uk/scripts/edsection.asp?section=Local+sports";

This string should be quoted with single quote to avoid variable (or in
this case, wildcard) expansion.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]