Description:
Perl discussion, multi-lingual
|
|
|
Simple questions taking my time
|
| |
I'm trying to manipulate a time stamp. The original time is UTC and is stored as 2011-07-24T17:46:33Z. I need to convert this from UTC to the Olsen zone "America/North_Dakota/Center". I am using the perl module Date::Manip::Date.
I have tried various scripts
CODE
...use strict;
use warnings;... more »
|
|
google checkout perl api
|
| |
I want to confer other perl developers who have programmed the google checkout api If you've done any please contact me mouse at servicemouse.com
|
|
google::checkout::gco
|
| |
does anyone know how to use perl module google::checkout::gco to send a notification history request?
|
|
Newbie: Find and replace events in log file
|
| |
I am a complete newbie to this but was able to cobble together a logging script that takes my string passed to the script ([link]) and appends it to the end of a file. So basically now I am creating a long text file of logged data. This takes a long time to load into a browser as the file grows in size.... more »
|
|
Programming Contest: ConvexifyMe
|
| |
Skybuck's ConvexifyMe Programming Contest: [link] Hello everybody, Skybuck is back with a new programming contest oh yeah ! ;) :) For this programming contest the mission is as follows: A bitmap has to be "convexified" which means the following: Convex polygons have to be made which describe the boundaries of the red... more »
|
|
|