Inserting a Form Feed Using a Format Statement

2003-03-20 Thread Theresa Mullin
Format for output format EVAL_OUT= @<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<<< @<<<<<<<< $full_name,$crse_numb, $seq_numb_ssbsect . select (EVAL_OUT);

Subroutines

2002-07-15 Thread Theresa Mullin
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 don’t have to keep re-copying the code. What’s the best way to go about this? Thanks, Theresa Theresa

Running Modules

2002-06-24 Thread Theresa Mullin
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