Advertisement
Nattack

Untitled

Oct 5th, 2011
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.08 KB | None | 0 0
  1. #!/usr/bin/perl
  2.  
  3. print "enter a word:\n";
  4. print join("*", split(/(?=\w)/,<STDIN>));
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement