MLWP::Simple errors

J

Jimmy

Hi :

When I use perl -MLWP::Simple -e 'getprint
"http://www.google.com";' . I got the error below :

Can't find string terminator "'" anywhere before EOF at -e line 1.

I have no clue problem is that. Could anybody help.


regards
Jimmy
 
J

Jean-Pierre Vidal

Le Sat, 25 Dec 2004 01:25:55 -0800, Jimmy a écrit :
Hi :

When I use perl -MLWP::Simple -e 'getprint
"http://www.google.com";' . I got the error below :

Can't find string terminator "'" anywhere before EOF at -e line 1.

I have no clue problem is that. Could anybody help.


regards
Jimmy

Are you on a Windows system ? if yes, try :
perl -MLWP::Simple -e "getprint 'http://www.google.com';"
or
perl -MLWP::Simple -e "getprint \"http://www.google.com\";"

(tested on linux box, I have not a win machine connected at home)
Jean-Pierre
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,898
Members
47,439
Latest member
shasuze

Latest Threads

Top