Here is how to create a random number between 0 and 100 with this simple perl one-line command :
[pene@donunix] perl -e "print int(rand(100))"
Welcome to Don Unix
The main purpose of this blog is to show you some interesting Unix and Linux Tips'n Tricks.
I hope you'll enjoy it
Here is how to create a random number between 0 and 100 with this simple perl one-line command :
[pene@donunix] perl -e "print int(rand(100))"
No comments:
Post a Comment