Dr. Camles Brain De-Age Game

2006-09-27 Thread Angerstein
Hi, I had some spare time and write a perl version of dr. kamigawas brain age / Big Brain Academy. There are 6 Memory and Calculation tests. You need the Moduls Heap-Simple and Time::HiRes. If somebody adds further tests/games etc. please mail back. Have Fun! #!/usr/local/bin/perl use

perl question

2006-09-27 Thread elite elite
Does anyone know what tools come with perl 5.8.8? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

regex help needed

2006-09-27 Thread Gerald Wheeler
I am looking for: ab1in line1 and looking for: ab2 in line 2 actually ab1 and ab2 immediately follow the last / (there are numerous / on the line (w/o quotes)) These are not working. can some explain what these say and what they should say (syntax) to return the results I'm looking for:

interpoliation within regexp

2006-09-27 Thread Derek B. Smith
I need to substitute a conversion using chr, but have failed on multiple attempts. Basically if the first element contains a # then convert it. Will anyone advise? thank you derek #if first char is a-z then print it else warn #chop string into individual characters my @chars = unpack (A1 x

Re: regex help needed

2006-09-27 Thread Owen
On Wed, 27 Sep 2006 13:11:17 -0600 Gerald Wheeler [EMAIL PROTECTED] wrote: I am looking for: ab1in line1 and looking for: ab2 in line 2 actually ab1 and ab2 immediately follow the last / (there are numerous / on the line (w/o quotes)) These are not working. can some explain what

incorrect output

2006-09-27 Thread Geetha Weerasooriya
Hi, I am extremely grateful to all those who answered my question and I am happy to say that I was able to get a solution to my problem from the suggestions and explanations given by you. I understood my mistakes and learned a lot from you. Thanks again. Best wishes, Geetha