Help for this page

Select Code to Download


  1. or download this
    use Win32::ODBC;
    my $DSN = 'Monday';
    ...
            print qq(Server Name is $srv_name, $app\n);    
            $EDS_DB->Sql("INSERT INTO Servers (Server_Name) VALUES ('$srv_
    +name')");
    }