On 10/25/07, Shmuel Fomberg <semuelf at 012.net.il> wrote:
> Hello There.
>
> I have a module that looks like that:
> ------
> package Service;
>
> sub someFunc {
> my $err = 5/0;
> print "no good";
> }
> -----
>
> (don't ask me why)
refactor it, so you won't have such stupid functions.
Gabor