Michael C. Toren on Mon, 10 Jul 2000 16:17:59 -0400 (EDT)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: references


>     Can you provide us an example of what you haven't seen?  I use
> references a lot, mostly implicitly.  I don't know what \VARIABLE is
> supposed to represent.

I believe he's referring to something like:

	$foo = "xyzzy";
	$bar = \$foo;

$bar is then a reference to $foo.

-mct


  • Follow-Ups: