Format for output
format EVAL_OUT=
@<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<<< @<<<<<<<<
$full_name,$crse_numb, $seq_numb_ssbsect
.
select (EVAL_OUT);
Hi Everyone,
I am writing a program in which I am connecting to an oracle database.
I would like to put the environment variables and the connection routine
into a separate subroutine, so I dont have to keep re-copying the code.
Whats the best way to go about this?
Thanks,
Theresa
Theresa
Greetings All,
I have the following code, from which I attempt to call the module
Test
#!/usr/local/bin/perl
###
### Program name: demo.pl
### Created By:Theresa Mullin
require "cgi.lib";
### Include the CGI stuff
use CGI qw(:standard);
### Include the database access stu