From: Gurusamy Sarathy Date: Fri, 3 Dec 1999 07:56:04 +0000 (+0000) Subject: perlfaq4 typo (from Jeff Pinyan ) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=072dc14b1a4177db68f19d2de42f2c1f889c4048;p=p5sagit%2Fp5-mst-13.2.git perlfaq4 typo (from Jeff Pinyan ) p4raw-id: //depot/perl@4635 --- diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index 63e093f..838f753 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -1746,7 +1746,7 @@ if you just want to say, ``Is this a float?'' } } - sub is_numeric { defined &getnum } + sub is_numeric { defined getnum($_[0]) } Or you could check out http://www.perl.com/CPAN/modules/by-module/String/String-Scanf-1.1.tar.gz