Michael C. Toren on 27 Sep 2006 19:47:32 -0000 |
On Wed, Sep 27, 2006 at 03:26:30PM -0400, George Gallen wrote: > > $qtest = << "EOT"; If you want to remove the quotes, remove the space between the "<<" and "EOT": $qtest = <<EOT; -mct ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|