Help for this page

Select Code to Download


  1. or download this
    my $cookie_jar  = HTTP::Cookies->new( file => 'cookie_jar.dat', autosa
    +ve => 1 );
    my $w           = new WWW::Scripter(    agent => 'Mozilla/5.0 (X11; Li
    +nux x86_64; rv:2.0) Gecko/20110411 Firefox/4.0',
    ...
    $w->add_header( 'Referer' => undef );
    $w->use_plugin( 'JavaScript' );
    $w->get( $page_url );
    
  2. or download this
    use LWP::Debug qw(+);