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
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
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
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