Help for this page
$self = bless { 'intpref' => $intpref, 'prefix' => $prefix, ... 'cookie_jar' => "lwpcookies.txt", %hash, }, $class;
sub new { my $class = shift; ... $self; }