Help for this page

Select Code to Download


  1. or download this
    my %snmp_options = (
       hostname    => $args->{h},
    ...
    
    # and 
    $snmp_options{username} = $snmp_username;
    
  2. or download this
    package My::CGI;
    
    ...
    bar
    Can't locate object method "a" via package "CGI=HASH(0x80f8a20)"
    at ./foo.pl line 26.