> 
> my $sth = $dbh->prepare(<<"EndOfSQL");
>   SELECT neue_auktion ( ?, ?::text, ?::text,
>                         ?::timestamp, ?::timestamp,
>                         ?, ?, ? )
> EndOfSQL
> 
> $sth->execute($cookieValue, $ueberschrift, $beschreibung,
>               $system_zeit, "2001-11-11 11:11:11",
>               $startpreis, $startpreis, $kategorie_nummer);
> 
> Ronald
> 
> 
This looks very tricky and cryptic. What does it mean? I mean you should
insert the statement "SELECT neue_auktion ( ?, ?::text, ?::text,
?::timestamp, ?::timestamp, ?, ?, ? )" into any perl-function or what is the
meaning of "<<"EndOfSQL"" ? Never seen this.

Gruss Christian

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner

Reply via email to