Re: installing LWP::UserAgent on windows
- From: Slaven Rezic <slaven@xxxxxxxx>
- Date: 23 Jun 2005 01:02:49 +0200
"Nospam" <nospam@xxxxxxxx> writes:
> Iam simply testing out LWP, I tried using it to find the latest perl
> version, according to the lwp manpage
>
> this command should give me thelatest perl:
>
> perl -MLWP::Simple -e '
> getstore "ftp://ftp.sunet.se/pub/lang/perl/CPAN/src/latest.tar.gz",
> "perl.tar.gz"'
>
> However this is what it says after the first line:
>
> C:\Perl\bin>perl -MLWP::Simple -e '
> Can't find string terminator "'" anywhere before EOF at -e line 1.
>
> it says this error for basically any command I use for lwp
>
The single quotes may only be used with Unix shells. In the Windows
command line, you have to use "..." instead, and turn all "..." inside
of the onliner into qq{...}.
Regards,
Slaven
--
Slaven Rezic - slaven <at> rezic <dot> de
Visualize XML files in a Tk text widget:
http://search.cpan.org/search?mode=module&query=Tk::XMLViewer
.
- References:
- installing LWP::UserAgent on windows
- From: Nospam
- Re: installing LWP::UserAgent on windows
- From: Sisyphus
- Re: installing LWP::UserAgent on windows
- From: Nospam
- Re: installing LWP::UserAgent on windows
- From: Sisyphus
- Re: installing LWP::UserAgent on windows
- From: Nospam
- installing LWP::UserAgent on windows
- Prev by Date: Does Win32::Perms $PermsObj->Remove( $User ) Work?
- Next by Date: Re: suggestions for new module name
- Previous by thread: Re: installing LWP::UserAgent on windows
- Next by thread: Re: installing LWP::UserAgent on windows
- Index(es):
Relevant Pages
|