On Wed, Apr 20, 2011 at 7:58 AM, Saran <mail2sarava...@gmail.com> wrote:

> Here is the program
>
> use strict;
> use warnings;
>
>  my ($div,$reminder) = &divide_now(20,4);


Please don't call subs with &; It'll bite you in the arse eventually. You
can read why in perldoc perlsub[0], or well, this mailing list.

Brian.

[0] http://perldoc.perl.org/perlsub.html

Reply via email to