W liście z pon, 16-12-2002, godz. 10:32, Brien Pirkle pisze: 

> my $st_create_trigger = $dbh->do(qq{
> });

Are there any reasons, you are using 'qq' instead of 'q'?
BTW - escaping can be done using '\' (backslash) character, as qq(some
string) is equivalent to "some string".

Waldemar

Reply via email to