On Dec 6, Daniel Falkenberg said: >$string = "\nHELLO WORLD!\n\n". > "To $to, \n\n". > "\n". "-" x 70, "\n Hello World". > "Thank you for using our software.\n\n";
You have a , where you want a . instead. Using warnings would've picked this up and told you that you were using a string in void context. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/ ** Look for "Regular Expressions in Perl" published by Manning, in 2002 ** <stu> what does y/// stand for? <tenderpuss> why, yansliterate of course. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]