Speed of increment operators
- From: axel@xxxxxxxxxxxxxxxxxxxxxx
- Date: Fri, 31 Mar 2006 14:25:06 GMT
Dr.Ruud <rvtol+news@xxxxxxxxxxxx> wrote:
The first two lines of my smaller Perl scripts often look like:
#!/usr/bin/perl
use strict; use warnings; ++$|;
On a slightly different track, is there any different in execution
speed between ++$i and $i++ in Perl. I seem to remember that there
was such a difference in C++ but may be mistaken.
Axel
.
- Follow-Ups:
- Re: Speed of increment operators
- From: Paul Lalli
- Re: Speed of increment operators
- Prev by Date: FAQ 2.10 Where should I post source code?
- Next by Date: Re: Speed of increment operators
- Previous by thread: FAQ 2.10 Where should I post source code?
- Next by thread: Re: Speed of increment operators
- Index(es):