Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "my $string = 'xxx foo{ yyy';
     print 'match' if $string =~ /foo{/;
    "
    match