Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/usr/bin/perl
  2.  
  3. use strict;
  4. use Algorithm::Permute;
  5.  
  6. Algorithm::Permute::permute {
  7. print "@ARGV\n";
  8. } @ARGV;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement