Ask a Question related to PERL Beginners, Design and Development.
-
Andy Jenkins #1
String to unixtimestamp conversion.
Hi all,
I'm having a real problem trying to get a string in the format
yymmddhhmmss converted into a unixtimestamp format.
I can do it in PHP using mktime. It thought I would be able to do it
in Perl .. but alas ...... not.
In PHP I can simply do .
mktime ($hour,$minute,$second,$month,$day,$year);
Any idea how I can do this Perl ?
--
Andy Jenkins
UK Broadband Usergroup : [url]http://www.uk-bug.net[/url]
Andy Jenkins Guest
-
#39126 [NEW]: String->float->String conversion behavior
From: bobson at rpg dot pl Operating system: Linux PHP version: 5CVS-2006-10-11 (snap) PHP Bug Type: Unknown/Other Function... -
RubyDotNet Unicode string conversion
Hi, As far as I know Ruby 1.8.0 is not Unicode. ..NET uses Unicode for Strings. Running in IRB require 'dotnet' loadLibrary 'System.IO' dir... -
Array to string conversion error - why?
I get the following error: Notice: Array to string conversion in C:\Documents and Settings\ShepMode\Desktop\Websites\ShareMonkey.net\Web\join.php... -
preventing string conversion to float.
It has been a long time since I touched any perl, and I am having a problem with parsing a text file. I need to pull out a string in the form... -
String conversion function
I'm wondering if there's any easy way to convert special chars to the numerical version of it. Like space converts to %20 and slash (/) to %2F. ...



Reply With Quote

