On Jan 1, 3:46 pm, nore...@gunnar.cc (Gunnar Hjalmarsson) wrote:
> Collaborate wrote:
> > After wiriting the output of a Perl program to a text file, I'd like
> > to immediately open (display the contents of) that text file from
> > within the code so I can see what's in the file. I am wondering if
> > there is a simple way to accomlish this. Thanks.
>
> How about simply printing the output to STDOUT as well?
>
> --
> Gunnar Hjalmarsson
> Email:http://www.gunnar.cc/cgi-bin/contact.pl


Sending to SDTOUT is good for checking the output however there are
cases when there is formatting included in the output file. I am in
particular interested in seeind the contents of a file by opening it
from within the code.


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to