Help for this page

Select Code to Download


  1. or download this
    /^$/ or print for @strings;
    
  2. or download this
    for my $s (@strings)
    {
        print $s unless $s =~ /^$/;
    }