cvs commit: perlfaq perlfaq3.pod

[email protected] (brian d foy)
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
cvsuser     03/01/03 12:10:12

  Modified:    .        perlfaq3.pod
  Log:
  * Is it safe to return a reference to local or lexical data?
     + the $i does not do anything, so I removed it.
  
  Revision  Changes    Path
  1.31      +2 -2      perlfaq/perlfaq3.pod
  
  Index: perlfaq3.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq3.pod,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -w -r1.30 -r1.31
  --- perlfaq3.pod	6 Dec 2002 07:40:11 -0000	1.30
  +++ perlfaq3.pod	3 Jan 2003 20:10:11 -0000	1.31
  @@ -1,6 +1,6 @@
   =head1 NAME
   
  -perlfaq3 - Programming Tools ($Revision: 1.30 $, $Date: 2002/12/06 07:40:11 $)
  +perlfaq3 - Programming Tools ($Revision: 1.31 $, $Date: 2003/01/03 20:10:11 $)
   
   =head1 DESCRIPTION
   
  @@ -641,7 +641,7 @@
   	return \@a;
       }
   
  -    for $i ( 1 .. 10 ) {
  +    for ( 1 .. 10 ) {
           push @many, makeone();
       }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.