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.
DynAPI got there before you (Score:2)
PS: There is no space between 'd' and 'ynapi' in the above example. use.perl code has inserted it for some strange reason.
Reply to This
Re:DynAPI got there before you (Score:1)
One way in which people can abuse sites is by posting comments that contain ridiculously long strings of characters with no spaces in it them: web-browsers don't have anywhere to split the line, so the box they are in gets massively extended sideways, pushing out other columns, and generally messing up the page.
Slash avoids this by inserting spaces into long 'words', with the unfort
Re:DynAPI got there before you (Score:2)