NAME

Acme::SList::Utilities - Various utilitiy-functions for the SList suite of programs

SYNOPSIS

use Acme::SList::Utilities qw(crdir sdate sduration commify);

crdir '../dir1/dir2/dir3' or die "Error: Can't create directory because $!";

print 'today is: ', sdate(time), "\n";

my $from = time;
sleep(4);
my $to = time;
print 'Time passed: ', sduration($from, $to), "\n";

my $number = 1234567.89876;
print 'number commified: ', commify($number), "\n";

AUTHOR

Klaus Eichner <klaus03@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2011 by Klaus Eichner

All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the artistic license 2.0, see http://www.opensource.org/licenses/artistic-license-2.0.php