- or download this
while () {
print <<END;
my text
END
}
- or download this
while () {
print <<END;
my text
END
}
- or download this
print << END;
- or download this
$sth=$dbi->prepare( q/
SELECT * FROM my_table WHERE AVERAGE( cost ) < ?
/) or die DBI->errstr;