in reply to LWP::Simple and Dancer2 function name collision (solved)
I remember when Exportering mechanisms were major parts of the documentation of modules, go figure :/
use LWP::Simple qw/ $ua /; $ua->show_progress(1); if( $ua->get(..)->is_success ){ ... } $ua->post();
|
|---|