This website requires JavaScript.
Explore
Help
Sign In
packetcat
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
693607d688
dotfiles
/
.vim
/
template
/
perl
/
snip-file-read.pl
3 lines
100 B
Perl
Raw
Blame
History
open
my
$
fh
,
'<'
,
'{{_cursor_}}'
or
die
"failed to open: $!"
;
my
$
content
=
do
{
local
$/
;
<$fh>
}
;
Reference in New Issue
View Git Blame
Copy Permalink