I am new to Perl and I wan to know whether there is an inverse function to the strftime(). Look,
use POSIX qw(strftime); print strftime(\"%YT%mT%d TTTT%H:%M:
I think I have found the solution: strptime($strptime_pattern, $string)
strptime($strptime_pattern, $string)