Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -e'   (not ($label.$inst) =~ /\blea\b/i)'
    !($label . $inst) =~ /\blea\b/i;
    ...
    ((!($label . $inst)) =~ /\blea\b/i);
    -e syntax OK
    ~ $