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