in reply to What's wrong with my forwarder?
However, if you've added a couple lines since you got the error message you noted, I think it could be your statement in line 31-
Two things-close OUT;
Also, you should have the following lines at the beginning of your code. It will catch more errors -
(replace your current #!perl line with #!/usr/bin/perl -w)#!/usr/bin/perl -w use strict; use warnings;
-- Burvil
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What's wrong with my forwarder?
by Jobby (Monk) on Apr 01, 2006 at 14:40 UTC |