Help for this page

Select Code to Download


  1. or download this
    my @strings = qw(boy bird FALSE);
    @strings = map { unless (/FALSE/) { "\"$_\"" }} @strings;