File: DataInCode.pm

package info (click to toggle)
libdata-section-simple-perl 0.07-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 66; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package DataInCode;

my $code = <<EOF;
Foo
__DATA__
Bar
EOF

1;

__DATA__

@@ foo
bar

@@ bar
baz