From bf4acbe410c9fcc2bff9bfa63411be8c6c46902a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 28 May 2000 18:41:12 +0000 Subject: MacOS support, part 1 (from Matthias Neeracher ) p4raw-id: //depot/perl@6143 --- pod/perlfaq4.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlfaq4.pod') diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index e997a8fcb9..ecbd65243e 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -1746,7 +1746,7 @@ if you just want to say, ``Is this a float?'' Or you could check out the String::Scanf module on CPAN instead. The POSIX module (part of the standard Perl distribution) provides the -C and C for converting strings to double and longs, +C and C for converting strings to double and longs, respectively. =head2 How do I keep persistent data across program calls? -- cgit v1.2.1