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

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

Replies are listed 'Best First'.
Re^5: Curl and Perl
by Corion (Patriarch) on Jun 23, 2010 at 18:14 UTC

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