NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Numerical operations (Score:2)
But the point is that
<(I assume that's the missing operator in your example) isn't a numerical operator, right? VBScript doesn't have separate<andltoperators, so (like PHP) it has to use the type of the operands to figure out what sort of comparison to do, and URL parameters are always going to start as strings. What else could it do?Or am I missing something? I've only written VBScript once.
Reply to This