perl cgi scrolling list within a forloop

2005-08-10 Thread DBSMITH
Perl CGI'ers I am trying to create a scroll list populated with H strings via a foreach loop and I am having issues, so I opted for the standard HTML But I really do not want this b/c I need to q->param what was selected by the users. Right now my code $q->param(htapes99) is passing perl -c

Re: perl cgi scrolling list within a forloop

2005-08-12 Thread DBSMITH
zentara <[EMAIL PROTECTED] am.net>

perl 5.6.1debug version 1.07

2005-08-19 Thread DBSMITH
All, I am having some weird system call return codes and I am hoping for some help. when I run in debug mode a system command I get this error: here is my debugger code perl -dT foo use strict; use warnings; $ENV{"PATH"} = qq (/blah blah/); system ("import -v H02046 900") or die $!; END DEBU

RE: Use of uninitialized value

2005-09-13 Thread DBSMITH
"Charles K. Clarkson" <[EMAIL PROTECTED]

RE: Use of uninitialized value

2005-09-14 Thread DBSMITH
what do you mean I cant? It is logically working! Is this is recommedation for more readibility and thats it? Or is this Perl best practice thingy? thank you! Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams

RE: Use of uninitialized value

2005-09-15 Thread DBSMITH
"Charles K. Clarkson" <[EMAIL PROTECTED]

implementing links on a system command output

2005-10-12 Thread DBSMITH
I have written a CGI Perl program that allows my users to view relevant data. The data is produced by a Unix application command and I have told it to write to a intranet page that looks like: |--| | ( ) | |--|All-Clients |--| | ( ) | |--|Backup-Tapes |--| | ( ) | |--|PA

Re: implementing links on a system command output

2005-10-14 Thread DBSMITH
Derek Smith/Staff/OhioH ealth

Re: implementing links on a system command output

2005-10-14 Thread DBSMITH
Jay Savage <[EMAIL PROTECTED] l.com>

Re: implementing links on a system command output

2005-10-14 Thread DBSMITH
Greg Jetter <[EMAIL PROTECTED] n.com>

Re: implementing links on a system command output

2005-10-18 Thread DBSMITH
Greg Jetter <[EMAIL PROTECTED] n.com>

RE: implementing links on a system command output

2005-10-21 Thread DBSMITH
"Charles K. Clarkson" <[EMAIL PROTECTED]

RE: implementing links on a system command output

2005-10-21 Thread DBSMITH
"Charles K. Clarkson" <[EMAIL PROTECTED]

Re: uninitialized variable

2005-11-01 Thread DBSMITH
Chris Devers <[EMAIL PROTECTED] m>

Re: uninitialized variable

2005-11-01 Thread DBSMITH
Chris Devers <[EMAIL PROTECTED] m>

RE: implementing links on a system command output

2005-11-04 Thread DBSMITH
"Charles K. Clarkson" <[EMAIL PROTECTED]

RE: implementing links on a system command output

2005-11-08 Thread DBSMITH
Nevermind on this problem, I fixed it but will be in touch. thx. derek Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams Derek Smith