Skip to content

Instantly share code, notes, and snippets.

View amiri's full-sized avatar

Amiri Barksdale amiri

View GitHub Profile
@amiri
amiri / gist:1997939
Created March 8, 2012 01:47 — forked from ryannscy/gist:1997306
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