RE: $?

2003-06-20 Thread Epperson, Randall W
According to the Perl Programming book, the $? is the status word returned by the wait(2) system call so the exit value of the subprocess is actually ($? 8). The operator is a binary shift right, where the left argument is shifted right the number of bits of the right argument. Hope this

RE: Problem with replacing hash elements - solved

2001-12-10 Thread Epperson, Randall W
Thanks David, that solved my problem. -Original Message- From: Wagner-David [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 12:29 PM To: Epperson, Randall W; Perl Beginners list (E-mail) Subject: RE: Problem with replacing hash elements Here is a shot which works

Moving Net::Ftp to another server

2001-10-18 Thread Epperson, Randall W
Greetings I have just installed gnu-make on a test AIX server in order to install and test Net::Ftp. This module installed fine and my program works using it. Now its time to move my program over to the production server. How can I take Net::Ftp along without reinstalling make and Net::Ftp