Help for this page

Select Code to Download


  1. or download this
    $t->prompt('/TERM\s/=\s/(hp/)\s/');
    
  2. or download this
    $t->prompt('/TERM\s=\s\(hp\)\s/');
    
  3. or download this
    use strict;
    use warnings;
    ...
    __DATA__
    TERM\s/=\s/(hp/)\s
    TERM\s=\s\(hp\)\s
    
  4. or download this
    TERM\s/=\s/(hp/)\s      Does not match
    TERM\s=\s\(hp\)\s       Matches