Michael C. Toren on 27 Sep 2006 19:10:20 -0000 |
On Wed, Sep 27, 2006 at 02:59:28PM -0400, George Gallen wrote: > I tried: > > $test << EOT; You're missing the assignment operator in the above statement. Try: $test = <<EOT; ... 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
|
|