Help for this page

Select Code to Download


  1. or download this
    IJK1234
    Use of uninitialized value in print at F:\_wo\pl_test\733761b2.pl line
    + 16.
    ABCD
    Use of uninitialized value in print at F:\_wo\pl_test\733761b2.pl line
    + 16.
    
  2. or download this
    foreach my $item(@strings) {
      print "in ENV Not Running: " . $1 if ($item =~ /ENV\(([^)]*)\) STATU
    +S\(Not Running\)/);
      $item =~ /^PRINT NAME FIRST\(([^)]*)\).* PHONE\((.+)\)/;
    ...
         print "in PRINT NAME FIRST:  $1, " . $2;
      }
    }
    
  3. or download this
    in ENV Not Running: IJK1234
    in PRINT NAME FIRST:  ABCD, 12345678