in reply to Re^2: Curl and Perl
in thread Curl and Perl

I'm still not really clear as to what you want to do. If you want to use libcurl from Perl, see WWW::Curl. If you want to run curl as an external process, read system.

Replies are listed 'Best First'.
Re^4: Curl and Perl
by sai.dasika (Initiate) on Jun 23, 2010 at 18:08 UTC

    Hi

    Yes you are right..i want to use curl with perl. I have a extracted folder of curl with me and i installed strawberry perl on my system. Something like including the curl library(the curl folder i have) in perl,so that i can use the curl commands in the .pl file i create.

    Please help me to use the curl library in perl using some include or using type statements

      Then, as I already showed, you want to use system to run curl.