Skip to content

Instantly share code, notes, and snippets.

@ryannscy
ryannscy / gist:1998022
Created March 8, 2012 02:02 — forked from amiri/gist:1997939
A tasks data structure
my $tasks = [
# Task 1
{ id => 1,
title => "Do stuff",
date_created => "2012-03-06 22:42:40",
date_modified => undef,
date_ended => undef,
priority_level => "2",
status_level => "active",
# Two goals for task 1