print qq(
  This is all going to "be printed"
and so is this
and this\n
);

or

print<<END_OF_TEXT;
  This is all going to "be printed"
and so is this
and this\n
END_OF_TEXT


perldoc -f print may be helpful too....

BRent







                                                                                       
                                                
                      "Jamie Risk"                                                     
                                                
                      <jamie_risk@yahoo        To:       [EMAIL PROTECTED]            
                                                
                      .ca>                     cc:       (bcc: Brent 
Michalski/STL/MASTERCARD)                                         
                      Sent by: news            Subject:  How does one print blocks of 
text ..                                          
                      <[EMAIL PROTECTED]                                                
                                                
                      org>                                                             
                                                
                                                                                       
                                                
                                                                                       
                                                
                      02/06/2003 12:48                                                 
                                                
                      PM                                                               
                                                
                      Please respond to                                                
                                                
                      "Jamie Risk"                                                     
                                                
                                                                                       
                                                
                                                                                       
                                                




... without encapsulating each line in double quotes? I've seen this, and
don't know where.




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to