Help for this page

Select Code to Download


  1. or download this
    my $cfg = new Config::IniFiles( -file => "$ports_ini_dir/snmp_ports_sl
    +ot20.txt" );
    
  2. or download this
    my $cfg_file = q{$ports_ini_dir/snmp_ports_slot20.txt};
    my $cfg = Config::IniFiles->new( -file => $cfg_file)
      or die qq{cant open *$cfg_file*: $!};