Help for this page

Select Code to Download


  1. or download this
    use Regexp::Common 'list';
    my $re = qr{
    ...
    my @x = ($x =~ m{$re}g);
    print join("\n", @x);
    
  2. or download this
    joe
    sam
    x(monkey,lemur)