Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: open a file and print out to webbrowser

by throop (Chaplain)
on Oct 30, 2007 at 23:11 UTC ( [id://648143]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI::Pretty;
    ...
      $response->write($line);
    };
    print end_html;
    
  2. or download this
    use strict;
    use CGI::Pretty;
    ...
    foreach (split "\n", slurp '<c:\supportweb\content\sitelist.txt'){
      $response->write($_)}
    print end_html;
    
  3. or download this
      Content-Type: text/html; charset=ISO-8859-1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-18 06:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found