Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Version II of this script' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Version II of this script
Authored by: pmccann on Jan 13, '02 10:08:45AM

Given Kevin's explanation of the problem with backslashing the underscore in the substitution operator I'll assume that you've done that (and had it promptly stripped by the formatter...)

As with all the scripts displayed above, the "elsif" condition is redundant (it's no big deal, but you asked!). Might as well just have

else{
#as per above
}

instead of a condition that's already been satisfied. Oh yeah: I wish I could give advice about formatting, but I'm forever stuffing up html submissions so I'll humbly refrain from doing so!

Cheers,
Paul



[ Reply to This | # ]