rakheek has asked for the wisdom of the Perl Monks concerning the following question:
@date_array = split(/\//, $date); $new_date = join('-', @date_array[2], @date_array[1], @date_ar +ray[0]); return $new_date;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I split by '/'
by johngg (Canon) on Mar 16, 2010 at 18:35 UTC | |
|
Re: How do I split by '/'
by kennethk (Abbot) on Mar 16, 2010 at 18:11 UTC | |
|
Re: How do I split by '/'
by toolic (Bishop) on Mar 16, 2010 at 19:21 UTC | |
|
Re: How do I split by '/'
by ssandv (Hermit) on Mar 16, 2010 at 19:00 UTC | |
|
Re: How do I split by '/'
by umasuresh (Hermit) on Mar 16, 2010 at 18:27 UTC | |
|
Re: How do I split by '/'
by AnomalousMonk (Archbishop) on Mar 17, 2010 at 07:26 UTC |