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)
To load all your dynapi.api.* library files. Or you can simply include a single file.
PS: There is no space between 'd' and 'ynapi' in the above example. use.perl code h
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 unfortunate effect you've experienced. Sometimes you can make it less bad by inserting a space yourself somewhere else. For example, if you put a space between the open paren and the first quote mark, that would still be valid JavaScript (if a little ugly).
Smylers
Reply to This
Parent
Re:DynAPI got there before you (Score:2)