in reply to Re: Re: Re: Best way to match items in an array
in thread Best way to match items in an array
That is, if I have 50 different file types, do I need 50 different "end" => \&handler entries?my %handlers = ("zip" => \&zip, "zaaap" => undef, "txt" => \&txt, "ini +" => \&misc, "foo" => \&misc, ....);
|
|---|