Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $string = "zero   one  two three";
    ...
    print $string =~ /$regex/;
    __END__
    one