Help for this page

Select Code to Download


  1. or download this
    for my $re (qw( a a a b b a )) {
       '' =~ /$re/;
    }
    
  2. or download this
    >perl -Dr 731397.pl 2>&1 | find "Compiling REx"
    Compiling REx `a'
    Compiling REx `b'
    Compiling REx `a'