Walt Mankowski on 27 Sep 2006 19:34:31 -0000 |
On Wed, Sep 27, 2006 at 03:26:30PM -0400, George Gallen wrote: > > $qtest = << "EOT"; > > <div id='qtest'> > > <button>this is a button test</button><br> <-- line 56 > > <button>another button test</button> > > </div> > > EOT > > OK, after checking my perl book, which I thought was at home, > Seems the EOT needs to be quoted. I did have the "<<" just > wasn't included in the cut/paste. Odd. It doesn't have to be quoted in 5.8.6, which is where I tested this code:: here.pl $y = 'foo'; $x = <<EOT; dog cat $y rat EOT print "$x\n"; I guess it must have changed somewhere between 5.8.0 and 5.8.6. Walt Attachment:
signature.asc ___________________________________________________________________________ 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
|
|