Skip to content

Instantly share code, notes, and snippets.

@autarch
Created November 27, 2015 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save autarch/a701c62a40643169913f to your computer and use it in GitHub Desktop.
Save autarch/a701c62a40643169913f to your computer and use it in GitHub Desktop.
use v6;
use File::Temp;
(1..100).hyper(:batch(1)).map( { tempfile() } );
# Use of Nil in string context in block at /home/autarch/.rakudobrew/moar-nom/install/share/perl6/site/lib/File/Temp.pm:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment