|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] RE: web/perl issue?
|
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
|
|