in reply to Re: Re: Re: Re: Printing contents of file on a HTML page.
in thread Printing contents of file on a HTML page.
There are many possible solutions for this. One is:
print OUT "<pre>"; while (<FIL>) { print OUT; } print OUT "</pre>";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Re: Printing contents of file on a HTML page.
by BUU (Prior) on Sep 23, 2002 at 23:44 UTC |