Re: Keeping format when printing

2005-04-03 Thread Daniel Kasak
Brian Volk wrote: >Hi All, > >When sending a document to the printer in perl, is it possible to keep the >formatting? When I send an .html doc to the printer, it prints out the HTML >tags like so... > > begin - > >First Aid Procedures: > > > > > Eyes: >Hold e

RE: 1 at end of script

2005-04-03 Thread Dave Kettmann
Nevermind I *just* figured it out. It is the exit code. Oops :) Dave > -Original Message- > From: Dave Kettmann > Sent: Sunday, April 03, 2005 2:45 PM > To: Perl List (E-mail) > Subject: 1 at end of script > > > Hello all, > > This is a CGI question, and I know there is a CGI list for

1 at end of script

2005-04-03 Thread Dave Kettmann
Hello all, This is a CGI question, and I know there is a CGI list for beginners, but this should be a simple question. At the end of my script, a "1" is printed and I dont know where it comes from. Here is my code so far: --code-- #!/usr/bin/perl use CGI qw(:standard); print header; print

Re[2]: apache log parsing

2005-04-03 Thread John
From: John Doe <[EMAIL PROTECTED]> To: beginners@perl.org Date: Thursday, March 31, 2005, 7:42:03 PM Subject: apache log parsing Thursday, March 31, 2005, 7:42:03 PM, you wrote: > Am Donnerstag, 31. März 2005 15.36 schrieb John: > [...] > Hi John >> I found the a module Apache::Regexp ca