Help for this page

Select Code to Download


  1. or download this
    if ( $nameA == $nameB ) {
            print "$nameA, $machine, $password\n";
         }
    
  2. or download this
    if ( $nameA =~ m#^$nameB$#) {
            print "$nameA, $machine, $password\n";
         }