[roch-pm] Help with File handle.

2003-02-22 Thread echo dev
Hello, I just subscribed to your mailing list in need of a little help. I have a program that backs up a give file system or just a set of dir's. Well here is my problem I have a config sub that reads all the dir's in that give file system or set of dirs and matches there corresponding names

Re: [roch-pm] Help with File handle.

2003-02-22 Thread James E Keenan
- Original Message - From: echo dev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 22, 2003 12:41 PM Subject: [roch-pm] Help with File handle. when I print something (something more like 500+ lines of paths) to stdio it prints everyone\ but when I print to a file it

Re: [roch-pm] Help with File handle.

2003-02-22 Thread echo dev
From: James E Keenan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [roch-pm] Help with File handle. Date: Sat, 22 Feb 2003 17:29:31 -0500 - Original Message - From: echo dev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 22, 2003 12:41

Re: [roch-pm] Help with File handle.

2003-02-22 Thread Bob Walton
echo dev wrote: From: James E Keenan [EMAIL PROTECTED] ... I have tried both and nothing will work except when I print to stdio. ... H...can you tell us if the following test program copied verbatim generates file /home/hde/file.conf with one line of output in it: open

[roch-pm] Oops

2003-02-22 Thread Bob Walton
Bob Walton wrote: ... Note that the select function has nothing to do with where output gets written by the print function. ... ... OopsBLUSH, I see that the select function does indeed specify the default filehandle for the print function -- sorry about the misinformation. I've never seen