parent
6a9e8cd470
commit
213fe04d2b
|
@ -2,12 +2,12 @@ package TBB::Reporting2;
|
||||||
|
|
||||||
my $bar =~ s/foob/blag/g;
|
my $bar =~ s/foob/blag/g;
|
||||||
|
|
||||||
#@@:heredoc:sql
|
|
||||||
sub foo {
|
sub foo {
|
||||||
bar()
|
bar()
|
||||||
unless 9 && 3;
|
unless 9 && 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#@@:heredoc:sql
|
||||||
my $s = <<EOT;
|
my $s = <<EOT;
|
||||||
select '<foo attr="3">bar bar</foo>';
|
select '<foo attr="3">bar bar</foo>';
|
||||||
drop table foog;
|
drop table foog;
|
||||||
|
|
Loading…
Reference in New Issue