On Wed, 14 Apr 1999, Sean 'Captain Napalm' Conner wrote:
-spc (Then again, I know C and not Perl 8-)
That's almost impossible. Perl is basically C with some similarities to
bash shell scripts. The major difference is that in Perl, the only data
types are 'scalar', 'array', and 'hash', which is basically a
2-dimensional array. You don't have to prototype anything which is why I
called it a lazy person's C.
--Max Eskin (max82(a)surfree.com)