CLI
view release on metacpan or search on metacpan
use constant FLOAT => 2;
use constant STRING => 3;
use constant SSTRING => 4;
use constant TIME => 5;
use constant DEGREE => 6;
use constant BOOLEAN => 7;
sub parse_string ($$);
sub typeStr ($);
sub hashmatch ($$\@);
sub string_value($$);
use CLI::Var;
use CLI::Hash;
use CLI::Command;
use CLI::Array;
use CLI::MixedArray;
use strict;
sub new {
( run in 0.528 second using v1.01-cache-2.11-cpan-65fba6d93b7 )