|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
$| = 1;
Hello,
I have a CGI script that builds a HTML page. Does the line $| = 1; make the script build the page faster? |
|
#2
|
|||
|
|||
|
$|++ or $Autoflush
Hmmm.........
Not Faster overall , but unbuffered so every "print" will immediately go to the output rather than being buffered. Look up $AUTOFLUSH in a perl book or search web
__________________
Thanks Foot in Mouth ver 1.2.5 Onion |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > $| = 1; |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|