On Monday 24 November 2008 02:12:08 pm Stealth wrote: > On Monday 24 November 2008 01:58:33 pm monnappa appaiah wrote: > > Hi all, > > > > I'm running kubuntu linux............I used > > Net::SSH2 to login to remote machine, execute commands and give > > me the ouput.......when i run the below code i get this error > > "Segmentation fault"...........does anybody have an idea wat > > this error is? > > > > --------------------------------------------------------------- > >-- ---------------- > >#!/usr/bin/perl -w > > use strict; > > use Net::SSH2; > > Change the above to this: > > #!/usr/bin/perl -T > use strict; > use warnings; > use diagnostics -verbose;
Sorry, forgot to include: use Net::SSH2; -- Stealth -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/