Help for this page
$| = 1; sub test{ $var = "Lord only knows if this will work..."; } 1;
require 'testlib.pl'; $| = 1; ... exit;