Help for this page

Select Code to Download


  1. or download this
    if  ($port111 =~ /^(\d{1,2})\/(\d{1,2})\/(\d{1,2})$/) {print "yes port
    +111=$port111\n";}
    
  2. or download this
    $string = 'ME170-5/2/8-ME172-2/2/6-ME4028';
    @ports = $string =~ /^(\d{1,2})\/(\d{1,2})\/(\d{1,2})$/;