Help for this page

Select Code to Download


  1. or download this
    #!/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);
    
  2. or download this
    my $filename = "";
    $filename = $hash{"LIS_FILE"} if($node eq "sam");
    ...
    }
    
    #### end perl code here