7 lines
100 B
Perl
7 lines
100 B
Perl
#!/usr/local/bin/perl
|
|
|
|
$line = <DATA>;
|
|
print ("$line");
|
|
__END__
|
|
This is my line of data.
|