DaRedMonkey
IS-IT--Management
What exactly is this line for? Is it to allow you to work with data in paragraph mode?
$| = 1;
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
use strict;
use warnings;
$| = 1;
print "a";
sleep 1;
print "b";
sleep 1;
print "\n";