RE: Please remove

2001-06-22 Thread John Pimentel
st looking at information that goes out. You won't get YOUR question answered, but you can still get some good info. -Original Message- From: Ask Bjoern Hansen [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 11:27 PM To: John Pimentel Cc: [EMAIL PROTECTED] Subject: RE: Pleas

RE: Please remove

2001-06-21 Thread John Pimentel
I'm not sure how HE tried to remove himself, but if you send an email to the address provided in the confirmation email "[EMAIL PROTECTED]" the onion.perl.org mail server complains and sends it back. I tried it - following the instructions EXACTLY as they were written. I assume the ability to un

RE: making a variable name a variable value?

2001-06-12 Thread John Pimentel
Forgive me if I'm missing something, but I've used the following: $varnew = "$varold" ; $varnew will return the same value as $varold did/does. Just like if you wanted to initialize a bunch of counters: $ctr1 = $ctr2 = $ctr3 = $ctr4 = 1; . I don't know that it is proper form, but it seems to

converting standard input to an upper or lower case

2001-06-12 Thread John Pimentel
e I could do the whole thing more efficiently, but for now I'd like to stick with my baby steps. I am trying to understand this stuff. Thank you all, John Pimentel