Turn on "autoflush":
Put this just after your #!/.../perl line.
$|++;
Turn on autoflush in a BEGIN block:
BEGIN { $| = 1 } taken from: http://www.perlmonks.org/?node_id=20590
Python, IaC, algo trading, programming, server administration, Linux, PHP, CakePHP, PostgreSQL, MySQL, Joomla ...
I found this question interesting: basically how to cancel completely a script and all child processes : You do this by creating a subro...
No comments:
Post a Comment