The stupid question is the question not asked | |
PerlMonks |
How can I take a string and turn it into epoch seconds?by faq_monk (Initiate) |
on Oct 08, 1999 at 00:20 UTC ( [id://587]=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version:
If it's a regular enough string that it always has the same format, you can
split it up and pass the parts to
|
|