Provided by: octopussy_1.0.6-0ubuntu1_all bug

NAME

       AAT::Utils - AAT Utils module

FUNCTIONS

   ARRAY($value)
       Converts $value to an array ( @{$value) )

   ARRAY_REF($value)
       Converts $value to an array reference ( \@{$value} )

   HASH($value)
       Converts $value to an hash ( %{$value} )

   HASH_KEYS($value)
       Returns keys for the converted hash $value ( keys %{$value} )

   NOT_NULL($value)
       Checks that value '$value' is not null (undef or '')

   NULL($value)
       Checks that value '$value' is null (undef or '')

   Now()
       Returns current date (now!) in an Array (YYYY, MM, DD, HH, MM, SS)

   Now_String()
       Get te actual time in "YYYY/MM/DD HH:MM" format

       Returns:
        $now_string - string "YYYY/MM/DD HH:MM" formated

AUTHOR

       Sebastien Thebert <octo.devel@gmail.com>