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