On 4/7/06, Brent Clark <[EMAIL PROTECTED]> wrote: > I have a string like so > > 01.01.04 > > I need to split and add it to an array
Split, huh? Have you tried using the split() operator? It's covered in the perlfunc manpage. But if you're dealing with date-and-time data, you may really be looking for a module from CPAN. Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>