note
view release on metacpan or search on metacpan
'printlines' => 0,
'cache' => 0,
'preferrededitor' => '',
'motd' => '',
'usejson' => 0, # will be the default in the future
);
# these are not customizable at runtime!
$hardparams = "(readonly|maxlen|dbdriver|useencryption|cryptmethod)";
$CONF = File::Spec->catfile($ENV{HOME}, ".noterc");
$USER = getlogin || getpwuid($<); chomp $USER;
$TOPIC = 1;
$VERSION = "1.4.2";
$CurDepth = 1; # the current depth inside the topic "directory" structure...
$maxlen = "auto";
$timelen = 22;
@randomlist = ('a'..'z', 0..9, 'A'..'Z');
# colors available
# \033[1m%30s\033[0m
( run in 0.362 second using v1.01-cache-2.11-cpan-454fe037f31 )