since jpdeni is here, i have a quick question about configurator (which is great!). what is purpose of all the print qq| |; statements? (the ones that are blank and often the | | are on two different lines). thanks
Mar 17, 2005, 9:06 AM
Veteran / Moderator (8669 posts)
Mar 17, 2005, 9:06 AM
Post #2 of 2
Views: 1976
I would have to look at the code again, which I haven't done in probably four years :-), but it's likely that what you're seeing has to do with all of the options that are available. In covering every possibility, extra things are added. Also the strange way I program. :-)
You can certainly remove any unwanted linefeeds and extraneous print qq| |; statements. The script is really not intended to be a be-all and end-all, but merely a starting point for your own customization. It's a whole lot easier to take those extra things out than to try to figure out where to put them when the script doesn't run if they're missing.
JPD
----------------------------------------------------
JPDeni's DBMan-ual
How to ask questions the smart way.
You can certainly remove any unwanted linefeeds and extraneous print qq| |; statements. The script is really not intended to be a be-all and end-all, but merely a starting point for your own customization. It's a whole lot easier to take those extra things out than to try to figure out where to put them when the script doesn't run if they're missing.
JPD
----------------------------------------------------
JPDeni's DBMan-ual
How to ask questions the smart way.