MacPerl-Digest Friday, April 2 1999 Volume 01 : Number 032 Re: [MacPerl] Is there a port of Perl/Tk to the Mac? Re: [MacPerl] Flat files and variable miles Re: [MacPerl] Flat files and variable miles Re: [MacPerl] Flat files and variable miles Re: [MacPerl] Flat files and variable miles Re: [MacPerl] Flat files and variable miles Re: [MacPerl] Flat files and variable miles Re: [MacPerl] Find SMTP server(s): nslookup? ---------------------------------------------------------------------- Date: Thu, 1 Apr 1999 11:05:29 -0500 From: Chris Nandor <pudge@pobox.com> Subject: Re: [MacPerl] Is there a port of Perl/Tk to the Mac? At 10.54 -0500 1999.04.01, Greg Bartlett wrote: >I guess the subject says it all. Nope. - -- Chris Nandor http://www.petersons.com/ cnandor@pobox.com, chrisn@petersons.com ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Thu, 01 Apr 1999 17:20:26 GMT From: bart.lateur@skynet.be (Bart Lateur) Subject: Re: [MacPerl] Flat files and variable miles On Wed, 31 Mar 1999 09:53:01 -0500, Chris Nandor wrote: >> for($flds=0;$flds<@fields;flds++); > >Here, i would just prefer: > > for my $n (0 .. @fields) { for my $n (0 .. $#fields) { Bart. ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Thu, 1 Apr 1999 12:34:02 -0500 From: Chris Nandor <pudge@pobox.com> Subject: Re: [MacPerl] Flat files and variable miles At 12.20 -0500 1999.04.01, Bart Lateur wrote: > for my $n (0 .. $#fields) { > > Bart. use D'oh; - -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Thu, 1 Apr 1999 10:14:12 -0800 (PST) From: Brian "L." Matthews <blm@halcyon.com> Subject: Re: [MacPerl] Flat files and variable miles Chris Nandor writes: | use D'oh; Wouldn't that be: use D::oh; :-) Brian ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Thu, 1 Apr 1999 13:22:48 -0500 From: Chris Nandor <pudge@pobox.com> Subject: Re: [MacPerl] Flat files and variable miles At 13.14 -0500 1999.04.01, Brian "L." Matthews wrote: >Chris Nandor writes: >| use D'oh; > >Wouldn't that be: > >use D::oh; Either would work. http://www.perl.com/CPAN-local/authors/id/CNANDOR/D-oh-0.05.tar.gz - -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Thu, 1 Apr 99 11:25:33 -0800 From: Brian McNett <webmaster@mycoinfo.com> Subject: Re: [MacPerl] Flat files and variable miles >Chris Nandor writes: >| use D'oh; > >Wouldn't that be: > >use D::oh; Actually, that's require D'oh; #depricated syntax and use D::oh; #april fools day gag! ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Thu, 1 Apr 1999 14:44:21 -0500 (EST) From: rjk@linguist.dartmouth.edu (Ronald J. Kimball) Subject: Re: [MacPerl] Flat files and variable miles Brian "L." Matthews wrote: > > Chris Nandor writes: > | use D'oh; > > Wouldn't that be: > > use D::oh; > > :-) > No, it's not as funny that way. Ronald ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Thu, 01 Apr 1999 20:29:54 -0500 From: "Quentin Smith" <macmania@bit-net.com> Subject: Re: [MacPerl] Find SMTP server(s): nslookup? >From: "Paul J. Schinder" <schinder@pobox.com> >To: Milivoj Ivkovic <mi@alma.ch>, macperl@macperl.org >Subject: Re: [MacPerl] Find SMTP server(s): nslookup? >Date: Thu, Apr 1, 1999, 9:05 AM > > At 12:53 PM +0200 4/1/99, Milivoj Ivkovic wrote: > > } > > } >use Mac::InternetConfig; > } >print $InternetConfig{kICSMTPHost}; > } > } If it's that easy, it should be integrated into Net::DNS. Even if it > }doesn't work on all Macs, it doesn't cost a lot to try... > > It's not that easy. That little snippet does not work for me, and I > certainly have Internet Config, with a setting for the SMTP server. It > comes built into the latest versions of MacOS, including the one I'm using. > It may be that Mac::InternetConfig can't deal with the new Internet Config > (it changed even before being incorporated into the OS, the one that ships > with MacPerl is old). I made a mistake in that code, the code should be: use Mac::InternetConfig; print $InternetConfig{kICSMTPHost()}; > } > } >If you want to send e-mail, then you can just use Net::SMTP, which is in > } >libnet. It automatically gets the data from InternetConfig, including SMTP > } >host, SMTP username, SMTP password, and others. > } > } No need for a password for SMTP, but if the user's e-mail address is > }there too, that's interesting. What would the key be? > >>From the docs, the email address seems to be kICEmail. > > > > ----- > Paul J. Schinder > schinder@pobox.com > > ===== Want to unsubscribe from this list? > ===== Send mail with body "unsubscribe" to macperl-request@macperl.org > > ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ End of MacPerl-Digest V1 #32 **************************** ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to ==== macperl-digest-request@macperl.org