in reply to Converting a Flat-File to a Hash

I just thought of something else. Your
my @array = split /:/, $line;
Will run into trouble if one day you need to code:
errormessage:"couldn't open file: check permissions"
or
module:LWP::Simple
so you should maybe make that
my @array = split (/:/, $line, 2);
so you don't have to worry about it.


($_='kkvvttuu bbooppuuiiffss qqffssmm iibbddllffss')
=~y~b-v~a-z~s; print