- or download this
{
package MyAgent;
...
return( $username, $password );
}
}
- or download this
{
package MyMech;
...
return( $username, $password );
}
}
- or download this
my $mech = MyMech->new();
$mech->get( $url );
print $mech->status, "\n";
print $mech->success;