On Tue, 9 Mar 2004 08:57:47 -0600 "James Nelson" <[EMAIL PROTECTED]> wrote:

> 
> I seem to be having a problem when running the script.  I am getting the
> following error:
> 
> Error in option spec: "top|T:25"
> Error in option spec: "SCALAR(0x851337c)"
> 
> Any idea what is causing that?  I made sure I installed both DateManip and
> Parse-Syslog.

What do you get when you run:

   perl -MGetopt::Long -e 'print $Getopt::Long::VERSION, "\n";'

?

You might need to upgrade Getopt::Long.

-- Bob

Reply via email to