I know that there are modules that can generate a date string in the format YYYYMMDDHH, but is there one that can actually parse such string into variables, something like?:
my ($year, $month, $day, $hour) = Foo::bar('2008032017');
thank you!
In reply to Parse YYYYMMDDHH string by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |