Help for this page
#!/usr/local/bin/perl # ... # establish a connection to the database # change first paramater to the database that you want to connect to read_config($node);
my $filename = ""; $filename = $hash{"LIS_FILE"} if($node eq "sam"); ... } #### end perl code here