Help for this page

Select Code to Download


  1. or download this
    package PARAMIN;
    use strict;
    ...
        #print "IN STORE\n";
    }
    1;
    
  2. or download this
    use PARAMIN;
    tie $result, 'RESULT';
    &PARAMIN::inputWindow(\$result);
    print $result;