in reply to Printing to a File from Sub
As always, TIMTOWTDI :){ my $fh; open($fh,'>',$file); sub print_to_fh { print $fh @_; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Printing to a File from Sub
by PyrexKidd (Monk) on Aug 27, 2010 at 22:56 UTC | |
by choroba (Cardinal) on Aug 30, 2010 at 16:47 UTC | |
by pemungkah (Priest) on Aug 29, 2010 at 00:50 UTC | |
by choroba (Cardinal) on Aug 30, 2010 at 16:50 UTC | |
by suaveant (Parson) on Aug 30, 2010 at 19:33 UTC |