"Mark Goland" <[EMAIL PROTECTED]> wrote in message
news:000b01c27f03$faeb28a0$10ebbf18@;tanya...
> GET is a standard util that comes with perl. Problem with quoting the
> arguments is that it brings into play the problem with certain characters
> (like? and &, perhaps). The fix from command line is to put it in quotes,
> there for I really think the problem is with MAX_CANNON.Any Idea's ??

wtf? Your solution is below.

> ----- Original Message -----
> From: "Jeff 'japhy' Pinyan" <[EMAIL PROTECTED]>

<snip />

> >
> >   use LWP::Simple 'get';
> >   $content = get
> >
"http://quotes.nasdaq.com/quote.dll?page=xml&mode=stock&symbol=$Val";;
> >
> > Or else quote the argument:
> >
> >   open FH,
> >     "GET
> 'http://quotes.nasdaq.com/quote.dll?page=xml&mode=stock&symbol=$Val' |";
> >

Todd W.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to