Help for this page

Select Code to Download


  1. or download this
    $self = bless {
      'intpref'    => $intpref,
      'prefix'     => $prefix,
    ...
      'cookie_jar' => "lwpcookies.txt",
      %hash,
    }, $class;
    
  2. or download this
    sub new {
        my $class = shift;
    
    ...
    
        $self;
    }