- or download this
sub sql_select_from_musings{
return qq|
SELECT musing_id, ref_id,
...
FROM musings
|;
}
- or download this
$sql_statement = sql_select_from_musings() .
qq|ORDER BY entry_date DESC|;
- or download this
my $apples = 5;
my $watermelons = 7;
- or download this
my $apples = 5;
my $watermelons = 7;