Generic const - a non-functional view

Me Here p9e883002 at sneakemail.com
Thu Jun 26 20:07:17 PDT 2008


Dee Girl wrote:

> Me Here Wrote:
> 
> > Dee Girl wrote:
> > 
> > But it has been some time and clearly I do not remember all
> correct. Thank you, Dee Girl

There are a lot of perl books and much that is not written about in most of
them. It is easy to infer the wrong thing based upon what you see.

I know, because I make that mistake all the time :)

Here's another little snippet that might amuse you:

	$s = '1234'; 
	$r1 = \vec( $s, 1, 8 ); 
	$r2 = \vec( $s, 2, 8 ); 
	$$r1 ^= $$r2 ^= $$r1 ^= $$r2; 
	
	print $s;;
	1324

Cheers, b.

-- 




More information about the Digitalmars-d mailing list