Subject: | Would be better interface if you could just import the function |
Rather than having to invoke create_random_string as a class method,
I think it would be better if you could just import the function:
use Data::Random::String qw(create_random_string);
$string = create_random_string( ... );