- or download this
$mech->get( $TLKAUDITSURL );
print $mech->content();
- or download this
$VAR1 = bless( {
'_protocol' => 'HTTP/1.1',
...
}, 'HTTP::Request' )
}, 'HTTP::Response' );
- or download this
$mech->get( $TLKAUDITSURL, ':content_file' => $TMPAUDITSLOG );
open( FH, '<', $TMPAUDITSLOG );
...
chomp $line;
print $line . "\n";
}
- or download this
'handlers' => {
'response_done' => [
...
}
]
},