Hi people, just need a quick reference.

how do i split on underscore?( _ ) and on hyphen? ( - )?

i tried split(/\_/, $var) but didn't work
and I also tried split ('_', $var) but didn't work also.

HELP...

Thanks
Eric 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to