Updated perl-script to format the ponies names

This commit is contained in:
Elis Axelsson 2012-07-21 09:36:33 +02:00
parent 5889560704
commit 40164221fb

View file

@ -15,6 +15,10 @@ $maxw = 1;
foreach $arg (@ARGV)
{
# Format names from ponyies names
$arg =~ s/([a-z])([A-Z])/\1 \2/;
$arg =~ s/_(.*)/\t(\1)/;
if ($first == 1)
{ $first = 0;
$scrw = $arg;