in reply to Re^3: Another prediction of Perl's demise
in thread Another prediction of Perl's demise
And is it ASP or VBScript you dislike ;-} Don't confuse the two, that'd be just like thinking CGI=Perl=CGI.
BTW, we do use ASP, we even use VBScript, mostly for historical reasons. But recently we went crazy and since the ASPs go through a "translator" program anyway we started mangling the language. So we can now use heredocs and q{} and qq{} quoted strings in both VBScript and JavaScript, we can interpolate variables and even expressions in the heredocs, qq{}s and outside scripts with $[ expression ], we can write >>> instead of Response.Write, db->StoredProcedure(... instead of OnErrorRedirect db.StoredProcedure(..., etc. etc. etc. The next candidates for "extensions" are +=, &=, -=, *=, /=, ++ and --. I said, we went crazy ;-)
Jenda
|
We'd like to help you learn to help yourself Look around you, all you see are sympathetic eyes Stroll around the grounds until you feel at home -- P. Simon in Mrs. Robinson |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Another prediction of Perl's demise
by kiat (Vicar) on Nov 26, 2004 at 02:05 UTC |