Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $row{test_name} = '{CHK.test: 1 2 3}';
    if( $row{test_name} =~ "CHK" )
    { print "CHK-------"; }
    
  2. or download this
    CHK-------