FW: Focing a page break using format statements

2003-02-13 Thread Maureen E Fischer
one for each. Can any one point me to some documentation on how to do this? Maureen -Original Message- From: Maureen E Fischer [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 8:01 PM To: '[EMAIL PROTECTED]' Subject: Focing a page break using format statements

Focing a page break using format statements

2003-02-11 Thread Maureen E Fischer
Hi, I am outputting a report and using format statements to do it. Whenever the client changes I want to do a page break, initialize the page numbers at 1, and write the top of page format. While my code is writing out the top of page format and assigning the correct page numbe

exec - proper use.

2002-07-26 Thread Maureen E Fischer
Hello, I have used an exec to get into a program. I wanted to leave one program (never to return) and start a second. This worked. Now I want to leave the second and go to yet a third program -- not to return to the second. The exec is not working this time -- so I was thinking that I am n

Re: exec statement

2002-07-18 Thread Maureen E Fischer
Thank you Bob, This works for me. One further question. I thought I read somewhere that you should not put full paths in a CGI program for security reasons. Should that be a consideration? Maureen Bob Showalter wrote: > > -Original Message- > > From: Maureen E Fis

exec statement

2002-07-17 Thread Maureen E Fischer
Hello, I am trying to go to a script from within a script. This is a Perl CGI script and I want to transfer to various other perl cgi scripts based on user selections. From what I read I want to use exec for this -- since I want to leave and not return to the transferring script. The trasferrin

copying hash structures into a CGI script

2002-05-16 Thread Maureen E Fischer
I am trying to copy three hash structures into a CGI program because I don't want to hard code the information (which will frequently change) into all of the programs that may eventually use it. This is my first CGI program and only my second Perl attempt. I found that the require command will

RE: Books

2002-05-15 Thread Maureen E Fischer
> Some of the things mentioned on this list I have > never seen in Learning Perl Learning Perl is just to get you started, and much of the stuff discussed on this list goes well beyond that book. If you really get into Perl and want to move to the next level I strongly suggest the other O'Re

developing and testing first CGI/Perl application

2002-05-03 Thread Maureen E Fischer
I am about to write my first CGI/Perl application. I have read Learning Perl and I now am reading the Castro Perl and CGI book and the O'Reilly CGI book. I was going to write and test my work using IIS on Windows because it seemed easy for me to get started that way, but I have access to a Su