Help for this page
#!/usr/local/bin/perl -w use strict; ... <input type="submit" value="Refresh"> </form> HTML
my $name = 'Ben Kittrell'; $name=~s/^(.+)\s(.).+$/\L$1$2/g; my $nick = 'tha' . $name . 'sta';