Help for this page

Select Code to Download


  1. or download this
      foreach qw(foo bar baz bletch) { open I, ">$_"; print I $_; close I 
    +}
    
  2. or download this
    `touch $_` for qw(foo bar baz bletch);