Help for this page

Select Code to Download


  1. or download this
    /Input\s+:\s+(\d+)/;
    
  2. or download this
    if ($line =~ /Input\s+:\s+(\d+)/) { print $1," is the value of Input";
    + }