Help for this page

Select Code to Download


  1. or download this
    my $ua = ... ;      # constructor
    $ua->proxy( ... ) ; # subsequent method call
    
  2. or download this
    my $foo->bar('baz'); # will never compile