Help for this page

Select Code to Download


  1. or download this
    my @sub_locs= map {
        local( $_ )= $_;
        $_ =~ s/^taxman\.add\.subloc\.//
    ...
    my @sub_locs= map {
        /^taxman\.add\.subloc\.(.*)/
    } @session_keys;