Help for this page

Select Code to Download


  1. or download this
    use warnings;
    my %flows = ( '0' => 1, '00' => 2, '0$' => 3, '0$more' => 4, 'foo0$' =
    +> 5 );
    ...
    
    Orig foo0$ not matched
    RE   foo0$ not matched