do IO on init not handle

master
Dylan Lloyd 2013-05-13 09:31:45 -04:00
parent ec280b5ebe
commit 099e33f9b1
1 changed files with 4 additions and 2 deletions

View File

@ -17,9 +17,11 @@ topics 'sysadmin';
attribution twitter => 'crazedpsyc', attribution twitter => 'crazedpsyc',
cpan => 'CRZEDPSYC' ; cpan => 'CRZEDPSYC' ;
my $text = scalar share('private_network.txt')->slurp,
my $html = scalar share('private_network.html')->slurp;
handle sub { handle sub {
scalar share('private_network.txt')->slurp, $text, html => $html;
html => scalar share('private_network.html')->slurp;
}; };
1; 1;