http://qs321.pair.com?node_id=149395


in reply to Perl is C

A few really cool things are available in GCC; one is allowing dollar signs before all variable names (one down). After that, most things can be fixed by making one
typedef char* my;
and then doing "my $foo;". Next, overload the ++ and -- operators... ohh, you get my drift :)