Help for this page

Select Code to Download


  1. or download this
    sub slurp {
        my $file = IO::File->new("params.inc","<") or die $!;
        restore_parameters($file);
        $file->close();
    }