Help for this page

Select Code to Download


  1. or download this
    $hash = {
    "s" => "",
    ...
    
    print $p2." -> ".$$hash{"p2"}."\n";
    if($p2 =~ $$hash{ "p2" }) { print "\t4 ok\n";}else { print "\t4 NOK\n"
    +;}
    
  2. or download this
    192.168.3.79 ->
    1 ok
    ...
    3 NOK
    88 -> 88
    4 ok
    
  3. or download this
    192.168.3.79 ->
    1 ok
    19.28.18.28 -> 19.28.18.28
    ...
    3 ok
    88 -> 88
    4 ok