Why not assign all the text in one variable and then just do a print on that one? It should save you from having to type all those print's.
Even better would be to use heredoc (http://en.wikipedia.org/wiki/Heredoc) so there won't be any need to escape newlines (which seem to be missing by the way). But don't mind me, gimingaw lang ko ug program and I'm stuck with learning how to customize SugarCRM until the end of next week probably. :\ Have fun with Perl. It's an interesting language. I use it as a glorified alternative to Bash scripting for routine sysad tasks. I also know someone who uses it to scrape whole online directories to populate his spam... er, "marketing" database diay. Hahahaha. On 3/30/07, hard wyrd <[EMAIL PROTECTED]> wrote:
#!/bin/perl lurkscript(disable,duration()); print "jarlo, people have been talking about this since KLUG came around."; print "You can use CMS (Joomla, Drupal, Mambo, Xoops, e107, etc..)"; print "The question is are you ready to use these tools?"; print "Fact of the matter is, regardless if people will provide you the tools, give you all the resources, but if you do not have the initiative to take a look at its documentation, or even use Google (like what you've been telling other people), then I'm afraid, its going to be useless."; print "The solution to a problem is not only with regards to the availability of tools and resources. It also lies in the person who will engage in the solution."; print "My suggestion to you, again, is to scan first and read thoroughly the archives of the list, or better yet, use Google (your suggestion), and read the documentations online."; print "I dont want to troll on you but other list subscribers are already taking a step back regarding your inquiries which are very much self-explanatory."; print "These people are very much willing to help, as long as you will also try hard to help yourself."; print "The people in the list are not here to spoon-feed you. They are here to help you learn and stand on your own."; print "We appreciate your enthusiasm in using Linux and opensource tools, and we would like to help. But you have to work hard in order to help yourself too."; print "Best regards and good luck!"; lurkscript(enable,duration()); -- "A dog that has no bite, barks loudest." Registered Linux User #400165 http://baudizm.blogsome.com http://phossil.ifastnet.com Subscribed to: LARTC, Open-ITLUG, PRUG, KLUG, sybase.public.ase.linux SHA256: 857dd62339c9fe27460b725747dfe25d5612933f7d879c35fb0cba2dadaf972f _________________________________________________ Kagay-Anon Linux Users' Group (KLUG) Mailing List [email protected] (http://cdo.linux.org.ph) Searchable Archives: http://archives.free.net.ph
_________________________________________________ Kagay-Anon Linux Users' Group (KLUG) Mailing List [email protected] (http://cdo.linux.org.ph) Searchable Archives: http://archives.free.net.ph
