Help for this page

Select Code to Download


  1. or download this
      my @A = grep m/A/ && !defined($_ = undef), @foo ;
    
  2. or download this
      use strict ;
      use warnings ;
    ...
      print "B: @B\n" ;
      print "C: @C\n" ;
      print "   @foo\n" ;