Does anybody have any ideas on what I bet will be a really really simple job. Basically I want to strip sime punctuation marks ouut of a variable. ie : I want to get rid of the ":" from the @time so that I can create files with a time stamp as the suffix.

$filename=@time
? $filename
10:08:45
I want this to read 100845