Perl – Web hit function using LWP::UserAgent

Published on Author gryzli

Often I need to issue web hit from a perl code, and re-inventing the wheel with LWP::UserAgent or WWW::Curl::Easy sometimes is too overdose for me.  That’s why I decided to write some semi-universal function called “web_hit()” which could be easily used for issuing web hits.   Important notices: The function always generates POST requests The… Continue reading Perl – Web hit function using LWP::UserAgent