in reply to Re: Re: Why does $sql = EOSQL; require EOSQL to be in column 0?in thread Why does $sql = <<EOSQL; require EOSQL to be in column 0?
$name = 'Bob'; my $text = <<EOT; Hello, $name! EOT print $text; [download]