robin <> wrote:
> Alright everyone, I'm sorry if everyone here pretty much doesn't like
> me...just kidding...hehe, so I thought I'd say hello to all the people
> here who have seriously given me great advice on perl. That's been
> pretty great.
> Anyway, check out my two latest modules at
> http://search.cpan.org/~robinbank/
I suggest that you write some proper documentation.
superdirchoose()
This method returns a chosen directory that the user will chose.
Example:
my $dir = superdichoose();
What exactly does this mean?
htmlcolret
This method returns a hex number for various html colors color coded buttons.
Example:
my $htmlcolor = htmlcolret();
What if anything is supposed to be passed to this function?
Axel