Help for this page

Select Code to Download


  1. or download this
    if ($myvariable=~/myregex/) {
       $this_variable="1";
    ...
    else {
       $this_variable="0";
    }