Help for this page

Select Code to Download


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