Help for this page

Select Code to Download


  1. or download this
       while(my $ref = $sth->fetchrow_arrayref) 
       {
           push @sw_regexps, qr($ref->[0]);
       }
    
  2. or download this