Saturday, September 25, 1999, 6:52:39 PM, Alexander wrote:
> doubled one, and succeeded in the same manner......... For
> example, x=y would be $x=y$. I mean, "dollars" not *always*
> mean bux:-)
Good example. Another good one would be anyone working with perl or shell
scripts on unix and transferring them back and forth through mail. In perl
all scalar references are preceeded by a $. So a scalar would be $foo, a
reference to a value inside an array is $foo[1] and a reference to a value
inside a hash is $foo{key}. It gets fun when you intermix the three. ;)
$foo{$foo[$foo]}
Shell scripts are the same way. Variables are retrieved with a $
preceeding the appropriate variable. :)
--
Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
ICQ: 5107343 | main connection to the switchboard of souls.
-------------------------------+---------------------------------------------
--
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To Unsubscribe from TBUDL, click below and send the generated message.
<mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------
- Re: Anti-spam filters (was:Re[5]: List Administration... Steve Lamb
- Re: Anti-spam filters (was:Re[5]: List Administration... Arunas Norvaisa
- Re: Anti-spam filters (was:Re[5]: List Administration... Steve Lamb
- Re[2]: Anti-spam filters (was:Re[5]: List Administrat... Claude
- Re: Anti-spam filters (was:Re[5]: List Administration... Steve Lamb
- Re[2]: Anti-spam filters (was:Re[5]: List Administrat... Thomas Fernandez
- Re[3]: Anti-spam filters (was:Re[5]: List Administrat... Claude
- Re: Anti-spam filters (was:Re[5]: List Administration... Steve Lamb
- Re: Anti-spam filters (was:Re[5]: List Administration... Ali Martin
- Re: Anti-spam filters (was:Re[5]: List Administration... Alexander V. Kiselev
- Re[2]: Anti-spam filters (was:Re[5]: List Administrat... Steve Lamb
- Re[2]: Anti-spam filters (was:Re[5]: List Administrat... Claude
- Re: Anti-spam filters (was:Re[5]: List Administration... Steve Lamb
- Re[2]: Anti-spam filters (was:Re[5]: List Administrat... Thomas Fernandez
- Re: Anti-spam filters (was:Re[5]: List Administration... Steve Lamb
- Re: Anti-spam filters (was:Re[5]: List Administration... Ali Martin
- Re: Anti-spam filters (was:Re[5]: List Administration... Steve Lamb
- Re[2]: Anti-spam filters (was:Re[5]: List Administrat... Thomas Fernandez
- Re: Anti-spam filters (was:Re[5]: List Administration... Steve Lamb
- Re[2]: Anti-spam filters (was:Re[5]: List Administrat... Claude
- Re[2]: Anti-spam filters (was:Re[5]: List Administrat... Claude

