Help for this page

Select Code to Download


  1. or download this
    my ($row1, $row2)=split/,/,$row;
    $values{$row1}=$row2;
    
  2. or download this
    my $filename = ('/tmp/A1/counters.conf'); 
    open(my $fh, '<:encoding(UTF-8)', $filename)
    ...
        $request->setValue(ASN_COUNTER,$var);    
        }
    }