MacPerl-Digest Sunday, April 4 1999 Volume 01 : Number 033 Re: [MacPerl] Flat files and variable miles [MacPerl] You Can Profit From the Internet Growth Explosion [MacPerl] Off-topic: grey screen crashes [MacPerl] Subject lines [MacPerl] Off-topic: grey screen crashes ---------------------------------------------------------------------- Date: Fri, 2 Apr 1999 09:47:55 -0600 From: Jim Miner <jfm@winternet.com> Subject: Re: [MacPerl] Flat files and variable miles At 5:20 PM +0000 4/1/99, Bart Lateur wrote: >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) { Or just chuck the loop and use a slice, replacing @recordFlds = split($fieldDelimiter,$_); for($flds=0;$flds<@fields;flds++); $field{$fields[$flds]} = $recordFlds[$flds]; } with @field{@fields} = split($fieldDelimiter, $_); Shorter, simpler (note the two errors in the original), and executes faster to boot! Jim - -- Jim Miner jfm@winternet.com ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Sat, 3 Apr 1999 00:50:34 EST From: PKirch1179@aol.com Subject: [MacPerl] You Can Profit From the Internet Growth Explosion You Can Profit From the Internet Growth Explosion. Attention Marketers & Opportunity Seekers the Internet is exploding!! STOP Wasting your time & Money If you want to make money on the Internet or know someone who does you need to check this out. People are making over $500 a day and just started 30 days ago. You can too with our turn key system and our massive advertising campaign. I'll Show You How To Turn A One Time $100 into $1,000 Per Month, Per week, or Even Per Day. Call 2 minute overview 800 607-6006 Ex 2492# press 1 This will explain the program. NO RISK-HIGH RETURN PRODUCT DRIVEN World wide product and opportunity. We are in over 32 countries. We DARE you to compare. No gimmicks, No Hassles, No Products to Inventory, No Break away-No take Away No Hoops to jump Through,. Are You Starting to get the Picture? Get Paid NOW! For What You Do NOW! Call to get started 800 607-6006 Ex 2492# Internet traffic doubles every 100 days. Electronic commerce should reach $300 billion by the year 2002. Over 100 million people are on-line right now in 1999. The "digital economy" is growing at twice the rate of the overall economy. The digital economy represents more than 8% of the gross domestic product (GDP). 10 million people in the US and Canada had purchased something on-line by the end of 1997, compared to 4.7 million people six months before. The Internet reached an audience of 50 million people after four years, in comparison television took 13 years and radio 30 years. Research studies on the Electronic Commerce evolution are presenting a bright future, in terms of financial growth on the Internet. This is a product that everyone needs to reach the Internet audience. 800 607-6006 Ex 2492 ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Sat, 3 Apr 1999 10:18:11 -0800 From: Vicki Brown <vlb@cfcl.com> Subject: [MacPerl] Off-topic: grey screen crashes Sent to this list because everyone here uses a Mac :-) I have no reason to suspect involvement from MacPerl in this problem. If anyone here has experienced these (esp. if you get them often) please reply *** off-list ***. I'd like to compare notes on installed extensions, frequently running apps, etc. I have begun experiencing "grey screen crashes" on my desktop G3 system (MacOS 8.5.1). This seems to have started in late February (I didn't mark the date of the first one, but it was approximately the last week of Feb). I get one perhaps every two or three days or so now. Unlike most Mac crashes, the boot monitor simply goes grey. No menu bar, no mouse, no MacsBug. Oddly, this annoys me far more than a standard freeze (cursor not moving) sort of crash. - - Vicki - --- |\ _,,,---,,_ Vicki Brown <vlb@cfcl.com> ZZZzz /,`.-'`' -. ;-;;,_ Journeyman Sourceror: Scripts & Philtres |,4- ) )-,_. ,\ ( `'-' P.O. Box 1269 San Bruno CA 94066 '---''(_/--' `-'\_) http://www.cfcl.com/~vlb http://www.macperl.org ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Sat, 3 Apr 1999 17:57:43 -0800 From: Rich Morin <rdm@cfcl.com> Subject: [MacPerl] Subject lines People- Please try to use descriptive Subject lines for your postings. Starting (or continuing) a thread with an inappropriate Subject line makes it harder for everyone on the list to figure out whether the topic is of interest. Thanks, Rich P.S. The line "Re: Majordomo results" incited this note, but the problem has occurred before. Let's keep it from happening again for a while... -r - -- Rich Morin: rdm@cfcl.com, +1 650-873-7841, http://www.ptf.com/~rdm Prime Time Freeware: info@ptf.com, +1 408-433-9662, http://www.ptf.com MacPerl: http://www.ptf.com/macperl, http://www.ptf.com/ptf/products/MPPE MkLinux: http://www.mklinux.apple.com, http://www.ptf.com/ptf/products/MKLP ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ Date: Sat, 3 Apr 1999 18:24:04 -0800 From: Vicki Brown <vlb@cfcl.com> Subject: [MacPerl] Off-topic: grey screen crashes It has been pointed out to me (politely) that I foolishly left out important information. I get these crashes both at work and at home (ruling out specific hardware and probably ruling out PRAM unless something is corrupting it). My configuration is very much the same in both places. I try to maintain a certain level of consistency :-) My spouse has never seen the problem. His configuration is markedly similar to mine (~90%) but there are differences. He tells me his system is remarkably stable :-) Thanks to those of you who have replied; we now return you to discussions of The World's Coolest Programming Language. - - Vicki - --- |\ _,,,---,,_ Vicki Brown <vlb@cfcl.com> ZZZzz /,`.-'`' -. ;-;;,_ Journeyman Sourceror: Scripts & Philtres |,4- ) )-,_. ,\ ( `'-' P.O. Box 1269 San Bruno CA 94066 '---''(_/--' `-'\_) http://www.cfcl.com/~vlb http://www.macperl.org ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org ------------------------------ End of MacPerl-Digest V1 #33 **************************** ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to ==== macperl-digest-request@macperl.org