Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. argc: 2 argv: ./wrap
  2. file opened
  3. wootread done
  4. clear(277): #!/usr/bin/perl
  5.  
  6. $input = $ARGV[0] or die "hakusanaa ei määritelty ;<";
  7. @ar = ("pena","esa","string","kimmo","pekka");
  8.  
  9. foreach (@ar){
  10. $hash{$_} = 1;
  11. print "$_ ";
  12. }
  13.  
  14. if (exists $hash{$input}){
  15. print "\nlöytyy $input.\n";
  16. }
  17. else {
  18. print "\nei löyty.\n";
  19. }
  20.  
  21.  
  22.  
  23. size: 277
  24. writing 58 chars into file
  25. enc (58): �r�C��aAa���Q c���������P�K�v6��8�&"��@Tn��a'�K�d�
  26. dec (58): #!/usr/bin/perl
  27.  
  28. $input = $ARGV[0] or die "hakusanaa ei m�
  29. MAKING NEW ITERATION FROM THE CRYPTED FILE!!
  30. file opened
  31. wootread done
  32. encfile: �r�C��aAa���Q c���������P�K�v6��8�&"��@Tn��a'�K�d��äritelty ;<";
  33. @ar = ("pena","esa","string","kimmo","pekka");
  34.  
  35. foreac
  36.  
  37.  
  38. decfile: #!/usr/bin/perl
  39.  
  40. $input = $ARGV[0] or die "hakusanaa ei m�
Add Comment
Please, Sign In to add comment