aboutsummaryrefslogtreecommitdiff
path: root/challenge-045/e-choroba/perl/ch-2a.pl
blob: 93f8ad483cb02e4e31d49ba945faf33ef4f7f7c5 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/perl
use warnings;
use strict;

seek *DATA, 0 , 0;
print <DATA>;
__DATA__