'type' => 'mysql',
'name' => 'ui',
'pdo' => '',
- '_import' => array('_ui'),
+ '_import' => array('_ui','_semadm'),
);
#bye(realpath(dirname(__FILE__).'/../../lib/php/db.php'));
#require_once(realpath(dirname(__FILE__).'/../../lib/php/db/types/sqlite.php'));
[ -z "$@" ] || in="echo $@"
$in | perl -pe 'BEGIN{
- use NB::Functions qw/&oct2h/;
+ use NB::Functions qw/&bytes2h/;
$exp = "([\\d\\.]+)";
if (@ARGV and $ARGV[0] =~ /regex=(\S+)/) {
shift @ARGV;
$exp = $1;
}
};
-s/$exp/oct2h($1*1024)/ge;
+s/$exp/bytes2h($1)/ge;
' $args
}