Help for this page

Select Code to Download


  1. or download this
      perl -MBenchmark=cmpthese -wle 'cmpthese(1, { context => q{print wan
    +tarray ? "list" : defined(wantarray) ? "scalar" : "void"}})'
    
  2. or download this
      for my $element (@array) {
        length($element) or next;
        ...
      }