I have the following line of perl code
print "$prod{'description'}" ;
but the thing is that $prod{'description'} has some information that i dont want to display. $prod{'description'} displays something like this:
product - description - date
can anyone tell me how i can just get it to display everything before the hyphen?
any suggestions would be much apprecited.
Cheers
Linda