Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. print "abcd123" | perl -e 'myscript' #causes error
  2.  
  3. echo "abcd123" | perl -e 'myscript' #is fine
  4. printf "abcd123" | perl -e 'myscript' #is fine too, "printf" not print
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement