Help for this page
my $tag = 'test text '; chomp $tag; print $tag . '#'; > test text #
$tag = lc $tag; $tag =~ s/[^az09 _\-\+\.]//g;