Hi,
How do I randomly produce a date between 1st Jan 1960 to 31th December 1985. It 
must be able to show the day month year.
I only know how to produce a random number between 1960 to 1985 using rand like 
this :

my $year = int (rand 26) + 1960;

Thanks

Reply via email to