programming-examples/perl/String/An example of the DATA file variable.pl
2019-11-15 12:59:38 +01:00

7 lines
100 B
Perl

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