>What exactly does this error message mean?
>
># No such signal: SIGPIPE.
>File 'Wild Colonials:Applications:MacPerl (5.20r4):site_perl:Net:Cmd.pm'; Line
>169

It means exactly what it says. There's no such signal SIGPIPE (a Unix 
thing) in Mac OS, and Net::Cmd attempts to set $SIG{PIPE}.  You can 
either ignore the warning or comment out the $SIG{PIPE} assignment
-- 
--
Paul Schinder
[EMAIL PROTECTED]

Reply via email to