Help for this page

Select Code to Download


  1. or download this
    my $is_binary = RE_num_real(-keep, -group=>3, -sep=>',', -base=>2);
    print "Checking '$_' against /$is_binary/\n";
    ...
        print q{matched a number};
        print "Got [$1]\n";
    };