in reply to Re^2: Curl usage with Perl's system command
in thread Curl usage with Perl's system command

are you recommending i try LWP as an alternative to using curl ?

Absolutely! LWP (or a similar module) keeps everything within perl. This means that there's no comparable overhead (no shell or sub-process to be created) and that the response can be examined easily and in detail instead of just getting the integer return code from system(). It also gives you a cookie jar, control over SSL options (where applicable) and all manner of other goodies. Definitely give it a try.

Replies are listed 'Best First'.
Re^4: Curl usage with Perl's system command
by perlron (Pilgrim) on Oct 28, 2014 at 17:59 UTC
    LWP it is then.im all for keeping it in perl.
    i mean that company does not support perl. from the information u guys are confirming it doesnt matter.
    so i really hope LWP or WWW::Curl will work for me.
    Do not wait to strike when the iron is hot! Make it hot by striking - WB Yeats