Help for this page

Select Code to Download


  1. or download this
    print $a if ++$a for qw/x y w h/;
    
  2. or download this
    do { print $a if ++$a } for qw/x y w h/;