View Single Post

  #2 (permalink)  
Old 05-07-2007, 03:31 AM
sammy sammy is offline
Senior Member
 
Join Date: Apr 2006
Posts: 162
sammy is on a distinguished road
Yes this would ensure unique file name because in Perl the variable $$ denotes the process id that is used currently. In addition you have also used $^T which denotes current timestamp. So association of both these gives unique process id with current timestamp to filename making the filename as unique.
Reply With Quote