post file

post file

am 07.02.2007 05:16:17 von Practical Perl

Hello,

I have a XML file which needed to be posted to a remote site.
I have no idea on how to do it.Can you show me some useful reference?Thanks.

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: post file

am 07.02.2007 05:34:16 von mumia.w.18.spam+nospam

On 02/06/2007 10:16 PM, Jm lists wrote:
> Hello,
>
> I have a XML file which needed to be posted to a remote site.
> I have no idea on how to do it.Can you show me some useful
> reference?Thanks.
>

If the perl documentation is properly installed, you will have the
"perldoc" utility. At a command prompt, issue the command

perldoc lwpcook

Or perhaps you could search yahoo for the LWP cookbook:
http://search.yahoo.com/search?p=lwpcook



--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/