parent
d57ca798bc
commit
17ba41e335
|
@ -7,14 +7,14 @@ sub foo {
|
||||||
unless 9 && 3;
|
unless 9 && 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#@@:heredoc:mode_sql.Sql
|
#@@:heredoc:mode.sql.Sql
|
||||||
my $s = <<EOT;
|
my $s = <<EOT;
|
||||||
drop table foog;
|
drop table foog;
|
||||||
select cast(plunk as timestamp) from blarg join plarg using(id_what) where x = 3;
|
select cast(plunk as timestamp) from blarg join plarg using(id_what) where x = 3;
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
my $foo = {
|
my $foo = {
|
||||||
#@@:string:mode_sql.Sql
|
#@@:string:mode.sql.Sql
|
||||||
'drop table ',
|
'drop table ',
|
||||||
'bar',
|
'bar',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue