Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    foreach my $line ( @strings ) {
        print "Matched $line.\n" if $line =~ /to (.*?) is/i;
    }
    
  2. or download this
    Matched data to gbsdff03dfif7 is.
    Matched data to HP650dfgd-Af452 is.