From 5efd70605bdbcb21bc9d02baed8f81a7732a7464 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 27 Oct 2001 15:24:06 +0000 Subject: [PATCH] FAQ sync. p4raw-id: //depot/perl@12706 --- pod/perlfaq4.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index 6cd2d9a..faccc22 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq4 - Data Manipulation ($Revision: 1.6 $, $Date: 2001/10/23 04:39:28 $) +perlfaq4 - Data Manipulation ($Revision: 1.7 $, $Date: 2001/10/26 19:46:03 $) =head1 DESCRIPTION @@ -225,7 +225,7 @@ Using pack and unpack for larger strings substr("0" x 32 . "11110101011011011111011101111", -32))); $dec = sprintf("%d", $int); - Substr() is used to left pad a 32 character string with zeros. + # substr() is used to left pad a 32 character string with zeros. Using Bit::Vector: -- 2.7.4