in reply to Converting a Flat-File to a Hash
Will run into trouble if one day you need to code:my @array = split /:/, $line;
orerrormessage:"couldn't open file: check permissions"
so you should maybe make thatmodule:LWP::Simple
so you don't have to worry about it.my @array = split (/:/, $line, 2);
($_='kkvvttuu bbooppuuiiffss qqffssmm iibbddllffss')
=~y~b-v~a-z~s; print
|
---|