[Perl-unix-users] running ssh commands remotely in Perl

2006-01-04 Thread Anthony Ettinger
Any thoughts? I'm looking for a "best practices". Basically, i'm on foo.org, and need to automate ssh bar.org, and executea command or two, then copy the file from that server, then delete it. I'd also like to not use 3rd party mods as much as possible.-- Anthony EttingerSignature: http://chovy.

RE: [Perl-unix-users] Syntax checking in crontab

2006-01-04 Thread Humenik, Joe - BLS
Title: Message No blank lines in a crontab file Joe Humenik [EMAIL PROTECTED]     Because e-mail can be altered electronically,     the integrity of this communication cannot be      guaranteed. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

RE: [Perl-unix-users] Syntax checking in crontab

2006-01-04 Thread Thomas, Mark - BLS CTR
Just a guess, but... lines in unix text files must all end in a newline. If you edited the crontab in Windows, it may have left off the final newline unless you specifically hit Enter at the end of the last line. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[Perl-unix-users] Syntax checking in crontab

2006-01-04 Thread Arijit Das
Appologies for asking this question in a Perl forum..But I expect lots of UNIX experts here...so am posting this question.   Is there a way I can have the syntax of my crontab file checked in a Solaris System?   Basically, I have a crontab file which looks perfect to me syntactically but I get