Help for this page

Select Code to Download


  1. or download this
    print "$_ =>\n" 
      for qw/ 1 12 123/;
    
  2. or download this
    {print "$_ =>\n" if $_=/1/ }
      for qw/ 1 12 123/;