I am learning Writing CGI Application with Perl -- Kevin Meltzer . Brent Michalski
Scripts in the book mostly begin with this:
#!"c:\strawberry\perl\bin\perl.exe" -wT
# sales.cgi
$|=1;
use strict;
use lib qw(.);
What's the line $|=1; How to space it, eg. $| = 1; or $ |= 1; ? Why put use strict; after $|=1; ?
Thanks
Netscape for the Macintosh, and it could fit on a 1,44mb floppy disc. ;) – TLP Jun 10 '11 at 8:39