Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    @deleted > 1 ? ($str .= 's: ') : ($str .= ': ');
    $str .= join ', ', @deleted;
    print $str;
    
  2. or download this
    Deleted forums: Entry 1, Entry 2, Entry 3