Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: Re: Re: Printing contents of file on a HTML page.

by fglock (Vicar)
on Sep 23, 2002 at 18:02 UTC ( [id://200187]=note: print w/replies, xml ) Need Help??


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
    print map{$_.'<br>'}<FIL>;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://200187]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-20 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found