Help for this page

Select Code to Download


  1. or download this
    #!perl -l
    
    sub blah {
    ...
    0
    0
    0
    
  2. or download this
    my ($var1,$var2);
    ($var1,$var2) = ($1,$2) if ($value1=~/something/ && $value2=~/(what)(e
    +ver)/);