remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 2 May 2000 02:17:51 +0000 (02:17 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 2 May 2000 02:17:51 +0000 (02:17 +0000)
p4raw-id: //depot/perl@6042

pod/perltrap.pod

index f82067e..c477272 100644 (file)
@@ -172,12 +172,6 @@ Variables begin with "$", "@" or "%" in Perl.
 
 =item *
 
-C<printf()> does not implement the "*" format for interpolating
-field widths, but it's trivial to use interpolation of double-quoted
-strings to achieve the same effect.
-
-=item *
-
 Comments begin with "#", not "/*".
 
 =item *