>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]
- [MacPerl] Platform switch Nicholas G. Thornton
- Re: [MacPerl] Platform switch Bart Lateur
- Re: [MacPerl] Platform switch Nicholas G. Thornton
- Fwd: Re: [MacPerl] Platform switch robinmcf
- Re: [MacPerl] Platform switch Nicholas G. Thornton
- Re: [MacPerl] Platform switch Paul J. Schinder
- Re: [MacPerl] Platform switch Nicholas G. Thornton
- Re: [MacPerl] Platform switch Paul J. Schinder
- Re: [MacPerl] Platform switch Nicholas G. Thornton