Guest User

Untitled

a guest
Feb 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. cat("piece of script", file = "path/to/script.pl")
  2.  
  3. cat("piece of script", file = "path/tp/script.pl", append =T)
  4.  
  5. system("perl path/to/script.pl")
  6.  
  7. cat("`piece of script`", file = "path/tp/script.pl", append =T)
  8.  
  9. cat(""piece of script"", file = "path/tp/script.pl", append =T)
Add Comment
Please, Sign In to add comment