Advertisement
Doc_Holliwood

Untitled

Aug 13th, 2019
2,664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 6 0.13 KB | None | 0 0
  1.     $temp-file.IO.spurt( $input-dir.IO
  2.         .dir( :test({ .IO.extension eq "txt"}) )
  3.         .map({ .IO.lines( :chomp(False) ).skip(1) })
  4.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement