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