RE: Parading the Buttons on a frame help!!

2003-09-03 Thread Toby Stuart
> -Original Message- > From: jon sof [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 12:06 AM > To: [EMAIL PROTECTED] > Subject: Parading the Buttons on a frame help!! > > > I have a frame (Tk) and i want to arrange the buttons on it. > For example 2 > or three buttonss

Re: how to interpret the status number

2003-09-03 Thread $Bill Luebkert
Grace Huang wrote: > Hi, > > I use system call to run b.pl from a.pl. The returning status from b.pl is 35584 and > b.pl stopped in the middle of its running. How can I interpret this status number? > Thanks. Read perlfunc manpage - function system: You can check all the failure p

RE: how to interpret the status number

2003-09-03 Thread Adym Lincoln
: -Original Message- : From: Grace Huang [mailto:[EMAIL PROTECTED] : Sent: Wednesday, September 03, 2003 2:33 PM : To: [EMAIL PROTECTED] : Subject: how to interpret the status number : I use system call to run b.pl from a.pl. The returning status from b.pl is : 35584 and b.pl stopped in th