Hi,
I've got a subroutine that I use for printing. When called, a filehandle and stringtoprint are passed as arguments.
The subroutine shifts the filehandle and string off into local vars and uses print to print the string to the filehandle. It works.
However, I would like to be able to use this to print the output of a 'print Dumper' statement and I have no idea how to try to do this. Any suggestions? Examples?
Thanks,
bigtiny