RE: Read a text file and parse values

2003-09-19 Thread Noushad Dawood
Thanks to all for those great responses. I was able to complete my task on time. Thanks a lot. /nd |-+---> | | Tobias Hoellrich| | | <[EMAIL PROTECTED]>| | |

Re: FW: byte-reversing nightmare

2003-09-19 Thread Michael D Schleif
Michael D Schleif <[EMAIL PROTECTED]> [2003:09:19:22:58:53-0500] scribed: > Ed Chester <[EMAIL PROTECTED]> [2003:09:19:11:15:38+0100] scribed: > > > > > Here's the problem: > > > Got a large file (>1Mb) containing binary data. > > > Bytes are in the correct order. > > > Each byte is in low-end

Re: FW: byte-reversing nightmare

2003-09-19 Thread Michael D Schleif
Ed Chester <[EMAIL PROTECTED]> [2003:09:19:11:15:38+0100] scribed: > > Here's the problem: > > Got a large file (>1Mb) containing binary data. > > Bytes are in the correct order. > > Each byte is in low-endian order (lsb first). > > Want write an output file with bytes in the same order, but w

Perl Script Running Silent InstallShield (Yet Again)

2003-09-19 Thread Michael Cohen
Has anyone found a viable solution to executing an InstallShield "setup" program from within a Perl, or more specifically a Perl/Tk, program? I have the following program I cannot get to work. InstallShield is trying to say it is not their problem. === Cut Here - Begin

Re: Controls for Perl?

2003-09-19 Thread Jack
- Original Message - From: Doug Loud To: [EMAIL PROTECTED] Sent: Friday, September 19, 2003 2:16 PM Subject: Controls for Perl? >Are there any controls available for perl, such as list boxes, >etc, so that my users could click on an icon and have a perl >populated list box appear for th

RE: Controls for Perl?

2003-09-19 Thread Peter Guzis
If you mean a GUI, yes.  Try Win32::GUI, Tk, or WxPerl.   Peter GuzisWeb Administrator, Sr.ENCAD, Inc.- A Kodak Companyemail: [EMAIL PROTECTED]www.encad.com -Original Message-From: Doug Loud [mailto:[EMAIL PROTECTED]Sent: Friday, September 19, 2003 1:16 PMTo: [EMAIL PROTEC

Controls for Perl?

2003-09-19 Thread Doug Loud
Are there any controls available for perl, such as list boxes, etc, so that my users could click on an icon and have a perl populated list box appear for their choices/selection?  Or do I have to do it through a web browser page like I used to? Thanks!