Help for this page

Select Code to Download


  1. or download this
    sub add_stuff_to_file {
        my ($filehandle, $stuff) = @_;
    ...
             print $filehandle $i->next();
        }
    }
    
  2. or download this
    sub add_stuff_to_file {
        my ($filehandle, $stuff) = @_;
    ...
             print $filehandle $i->next();
        }
    }