what is the difference between print qq| <html><body></body></html> |; vs. the print "<html>\n"; print "<body>\n"; print "</body>\n"; print "</html>\n"; vs. the print <<"EndOfText"; <html><body></body></html EndOfText do they all do the same thing? or is it better to use one syntax over the other? thanks in advance _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
- RE: perl question David Draley
- RE: perl question Kris Cook
- Perl question Stephen Spalding
- RE: Perl question Paul Kraus
- Re: Perl question Jordan Mclain
- Re: Perl question Jordan Mclain
- RE: Perl question Bob Showalter