Help for this page

Select Code to Download


  1. or download this
        given shift {
            do something with $_;
        }
    
  2. or download this
        for @ARGS {
            do something with $_;
        }
    
  3. or download this
        for =$fh {
            do something with $_;
        }