The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

get_file

Get content of a file

    Cake::Utils::get_file('/path/to/some/file');

to_epoch('1m')

convert predefined values to Unix machine time

    Cake::Utils::to_epoch('1h');
    
    #values
    
    y = year
    M = month
    d = day
    h = hour
    m = minute
    "othing"  = seconds