- or download this
my @strings = split /\|/, $status;
- or download this
{
local $" = "|";
print "<br><font color=red>@sorted_strings</font><br>";
}
- or download this
my %subst (
P => 'Posted',
...
# push @strings, $subst{$_}
# }
# my @sorted_strings = sort @strings;