Hi all

I have a string like so

01.01.04

I need to split and add it to an array

my method of

($abc) = $test =~ /\./g;

does not seem to provide me with a satisfying result

and I get back is the period.

If anyone could assit, it would be most helpful

Kind Regards
Brent Clark

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to