in reply to Re: hangover from perl...
in thread hangover from perl...

I have been a basic/foxpro programmer for several years and i do this in perl once in a while
if ($var eq "hello") then ... ... ... }
instead of
if ($var eq "hello") { ... ... ... }