hello everyone, i have a script that receives a parameter called date like this: script.pl?date=02-08-2003. i want to split the value of the parameter where the hyphens are. I want to make 02 a variable called $day 08 into $month and 2003 into $year. that way i can print the result throughout my script in whatever format.
thanx in advance