Click here to get back home

ssh using system call

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
ssh using system call seema 02-07-2008
Get Chitika Premium
Posted by seema on February 7, 2008, 9:12 am
Please log in for more thread options
Hi all,

I am new to perl programming on unix, I am trying to ssh to another
box, here is the code I have written,

#!/usr/bin/perl
system ("ssh mygoodbox; mv x y; exit;) ;

it does ssh sucessfully and mv command also works fine. But controle
doesnt return even though exit is there. It just stays in that
machine. Can some body explain how to handle
this. I am using perl 5.8

Please help
seema

Posted by Glenn Jackman on February 7, 2008, 9:31 am
Please log in for more thread options
At 2008-02-07 09:12AM, "seema" wrote:
> Hi all,
>
> I am new to perl programming on unix, I am trying to ssh to another
> box, here is the code I have written,
>
> #!/usr/bin/perl
> system ("ssh mygoodbox; mv x y; exit;) ;

Missing quote.

> it does ssh sucessfully and mv command also works fine. But controle
> doesnt return even though exit is there. It just stays in that
> machine. Can some body explain how to handle
> this. I am using perl 5.8

If you expect the mv and exit to happen on 'mygoodbox', you're mistaken.
I assume you want the mv command to execute on the remote machine.
See ssh(1) man page:

system qw(ssh mygoodbox mv x y);

--
Glenn Jackman
"You can only be young once. But you can always be immature." -- Dave Barry

Similar ThreadsPosted
ssh in system call January 8, 2006, 2:13 am
system call - how to May 1, 2007, 7:16 am
system call - how-to. May 1, 2007, 7:22 am
system call June 5, 2007, 2:03 pm
system call June 6, 2007, 10:32 am
CGI System Call in perl February 16, 2005, 6:06 am
output of system() call January 4, 2006, 10:45 am
asyncrhronous system call June 20, 2006, 5:16 pm
Call another program using system January 25, 2007, 7:16 am
System call doesn't work June 6, 2007, 5:11 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap