perl vs tcl?

2003-01-13 Thread Sean Rowe
th tcl as I am with perl, so I'm not able to argue my point very well, so we have a 'tastes great...less filling' argument going. Any experts out there that actually know why perl is/isn't better than tcl? Sean Rowe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Fwd: Re: perl vs tcl?]

2003-01-13 Thread Sean Rowe
Original Message Subject: Re: perl vs tcl? Date: Mon, 13 Jan 2003 11:14:51 -0600 From: Sean Rowe <[EMAIL PROTECTED]> To: Timothy Johnson <[EMAIL PROTECTED]> References: <C0FD5BECE2F0C84EAA97D7300A500D50046DD3F0@SMILEY> No gui programming. I think it

Re: perl vs tcl?

2003-01-13 Thread Sean Rowe
ou might have to explain what you're trying to do. Are you trying to create a GUI for a program? Are you parsing text? etc, etc... -----Original Message- From: Sean Rowe [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 8:37 AM To: [EMAIL PROTECTED] Subject: perl vs tcl? I

RE: Perl, OLE, and Lotus Notes

2002-08-12 Thread Sean Rowe
The first place I'd try would be notes.net. I'd kind of like to know this as well, if anyone else out there has any information. -Original Message- From: Chris Benco [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 10:18 AM To: begin begin Subject: Perl, OLE, and Lotus Notes L

RE: can't find eof on ebcdic file

2002-08-26 Thread Sean Rowe
]> wrote: > Sean Rowe wrote: >> Is there a way to convert, say a 10 meg file, from EBCDIC to >> ASCII quickly? > > This should be pretty fast. > > # table borrowed from snippets file a2e.c > my %e2a = do { my $i; map { chr, chr( $i++ ) } > ( 0 .. 3, 15

Date Timestamp question

2002-08-28 Thread Sean Rowe
I have a date/timestamp value that I need to check against another date/timestamp value for >, >=, <=, <, or =. Is there already a function that will do this, or do I need to write one? Thanks. Sean -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

RE: Simple one :-)

2002-09-17 Thread Sean Rowe
I'm using Visual Slick Edit as my perl editor, and when I type in 'print(', it tells me the syntax is: (FILEHANDLE LIST) try it without the comma. Who knows? Maybe it'll work. =) -Original Message- From: Anthony Saffer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 3:49

Hash Question

2002-12-06 Thread Sean Rowe
uot;} = $ANumber; Is this possible? If so, how would I traverse this, as I will not know before hand the values in the hash; I will need to use something like sort. Thank you. Sean Rowe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Hash Question

2002-12-06 Thread Sean Rowe
l"}->{"times_visited"}, "\n"; That worked for me, you use in this case the reference for the 'inner' hashes. Igor. > - Mensagem original - > De: Sean Rowe [SMTP:[EMAIL PROTECTED]] > Enviada em: sexta-feira, 6 de dezembro

RE: Hash Question

2002-12-06 Thread Sean Rowe
Thank you! -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 9:45 AM To: '[EMAIL PROTECTED]'; Beginners@perl. org (E-mail) Subject: RE: Hash Question > -Original Message- > From: Sean Rowe [mailto:[EMAIL PROTECTED]