Hello,
I've made a script that reads from XML few lines.
The line it reads being set to a var named $hwnews, it gets it all and everything fine.
But in the XML they wrote it with "_" instead of space so the line looks like this: Ultra320_SCSI_from_Adaptec_and_LSI_Logic
MY question is how can i reaplce all the "_" with " " (space)
Thanks in advance.