in reply to Re: creating a particular hash
in thread creating a particular hash

I don't have anything really to add either, here's an ugly one as well:
/(.*):(.*)/;@h{split',',$1}=split',',$2;

Replies are listed 'Best First'.
Re: Re: Re: creating a particular hash
by larryk (Friar) on Jun 01, 2001 at 13:09 UTC
    I have something to add to that:
    /:/;@h{split',',$`}=split',',$';
    but this is __nasty__ and i do not advocate the use of $` or $' in anything but golf/obfu :)

    "Argument is futile - you will be ignorralated!"