I am using the print mod where you can send search results to a text file. I want to make each text file unique to the login user. the command I am using is
open (TEXT, ">data/text.txt")
I would like to change text to something unique each time it is called. Is there a random number mod or something that can be called? and how would I use it in this case? something like "text+random.txt"
Thanks
rcook1959
open (TEXT, ">data/text.txt")
I would like to change text to something unique each time it is called. Is there a random number mod or something that can be called? and how would I use it in this case? something like "text+random.txt"
Thanks
rcook1959
