aboutsummaryrefslogtreecommitdiff
path: root/template/perl/snip-file-read.pl
blob: f291384d525a6cd2be3501dcc5745c264b02f238 (plain)
1
2
open my $fh, '<', '{{_cursor_}}' or die "failed to open: $!";
my $content = do { local $/; <$fh> };