Advertisement
Guest User

shuffle.pl

a guest
Jun 27th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #!/usr/bin/perl -w
  2. @lines = <>;
  3. print splice(@lines, rand(@lines), 1) while @lines;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement