Help for this page

Select Code to Download


  1. or download this
    sub connect() {
      my $self = shift;
      my ($ip, $port) = @_;
      # more code
    }
    
  2. or download this
    Wrong number of parameters: expected 0, got 3.
    Foo::connect('Foo=HASH(0xca3df0)', $ipaddr, $portno) called at test_co
    +nnect.pl line 10