Help for this page

Select Code to Download


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