[Perl-unix-users] IO::Socket & SMTP Connections

2004-12-28 Thread Brandon
Good Morning, I'm having a total brain dead morning and can't figure out what I'm doing wrong when it comes to creating a session to an SMTP server with IO::Socket. The mail system asks me to end DATA portion with a "." on a single line. When I telnet in, I'm able to end the session with a sing

[Perl-unix-users] Multiple Processes

2000-11-15 Thread brandon . barber
Folks, I need some help with process forking on Solaris. What I'm trying to do is as follows: I have 60+ directories which I need to copy. Each directory has a different destination and so it is impossible to do the copy with a single command i.e. I must have one copy statement per direc

[Perl-unix-users] Multiple Processes

2000-11-22 Thread Barber, Brandon
Folks,   I need some help with process forking on Solaris. What I'm trying to do is as follows:       I have 60+ directories which I need to copy. Each directory has a different destination and so it is impossible to do the copy with a single command i.e. I must have one copy statement per

RE: [Perl-unix-users] How to find file permissions?

2001-01-25 Thread Barber, Brandon
If you stat the original file you can get it's permissions. You can then apply the same permissions to the copied version. It was the only way I found. -Original Message- From: Nikola Knezevic [mailto:[EMAIL PROTECTED]] Sent: 14 January 2001 20:28 To: [EMAIL PROTECTED] Subject: Re: [Perl-