Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while(chunks){
  2. # do something
  3.  
  4. sub a {}
  5. sub b {}
  6. }
  7.  
  8. use strict;
  9. use File::Map qw(map_file);
  10.  
  11. map_file my $map, $ARGV[0]; # $ARGV[0] - path to your file
  12. # Do something with $map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement