- or download this
#!/usr/bin/perl
<DATA>;
...
line 1
line 2
line 3
- or download this
#!/usr/bin/perl
...
line 1
line 2
line 3
- or download this
1 #!/usr/bin/perl
2
...
7 line 1
8 line 2
9 line 3
- or download this
Using the "__DATA__" token creates an implicit filehandle to th
+e file
that contains the token. It is the program's responsibility to
+ close it
when it is done reading from it.