procmail
[Top] [All Lists]

Re: mail processing

1996-01-08 13:30:36
Era Eriksson  writes:

On Mon, 08 Jan 1996 13:13:56 -0500,
labrown(_at_)dg-rtp(_dot_)dg(_dot_)com (Lance A. Brown) wrote:
#!/usr/local/bin/perl
# Output file
$output="/usr/contest/contest_data";
open(OUT, >>$output) || dir "unable to open output file, !$\n";
                             ^
In case non-Perlites want to try this out: This should probably be "die".

*slap*, duh.

--[Lance]

<Prev in Thread] Current Thread [Next in Thread>