Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use strict;
    ...
    my $dest = q{UK Mobile - Vodafone [GBRVF] [MSRN]};
    $dest =~ s/(\W+)\s?(\[MSRN\])?/_/g;
    say $dest;