Hello everyone,

 In perl, you can use 'print qq' to print a block of text. Like,

  print qq~
        my text block goes here, with " " or whatever...
       my other line with more special characters...
  ~;

  Is there something similar in PHP? I've tried the above, but it does not
  work. I was wondering if PHP had something as convenient.





__________John Monfort_________________
_+-----------------------------------+_
     P E P I E  D E S I G N S
       www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___________________________________+-



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to