Help for this page

Select Code to Download


  1. or download this
        indent_the_arguments_of_long_functions( like, 
                                                this,
                                                you,
                                                morons );
    
  2. or download this
        open F, ">$tmp"; print F @a; print F $new_item; close F;
        open F, "<$tmp"; @a = <F>; close F;