Re: Large variable...

2001-12-05 Thread Jeff 'japhy' Pinyan
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 yo

Large variable...

2001-12-05 Thread Daniel Falkenberg
Hey all, $string = "\nHELLO WORLD!\n\n". "To $to, \n\n". "\n". "-" x 70, "\n Hello World". "Thank you for using our software.\n\n"; My problem is that my variable $string dies or doesn't print (if you wish :) ) anything after the 70,. Is there something I am do