RE: implementing links on a system command output

2005-11-08 Thread DBSMITH
PM Subject RE: implementing links on a system command output(Document link: Derek

RE: implementing links on a system command output

2005-10-21 Thread DBSMITH
Subject RE: implementing links on a system command output

RE: implementing links on a system command output

2005-10-21 Thread Charles K. Clarkson
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: : The difficulty is that $_ is an entire block of data that : includes more than just H strings and therefore I cannot link : all of $_ which is why I placed just the H strings from $_ in an : array. From this array, I was thinking of traversing

RE: implementing links on a system command output

2005-10-21 Thread DBSMITH
Subject RE: implementing links on a system command output

RE: implementing links on a system command output

2005-10-21 Thread Charles K. Clarkson
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: : thx Charles, but your code is something I did knew (sic) already. : I need to implement a link for each H string and I do not see : this??? I assume by implement a link you mean that you want to create an HTML ANCHOR tag for each H String.

RE: implementing links on a system command output

2005-10-20 Thread Charles K. Clarkson
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: : ok here is what I am trying to do. In the atached doc it shows : output from my perl cgi program ... You sent this as a MS Word document. When I open it, Word converts it to a word web view and when I view the code I get a Word trashed html

Re: implementing links on a system command output

2005-10-18 Thread DBSMITH
Subject Re: implementing links on a system command output

Re: implementing links on a system command output

2005-10-18 Thread Greg Jetter
On Tuesday October 18 2005 10:09 pm, [EMAIL PROTECTED] wrote: snip * Perl'ers, I tried this solution and it is not working. There are no errors but the output is not displaying the links for every $_ which is H02000 for example. I do not understand what /path/url.pl?H_String; is. what is

RE: implementing links on a system command output

2005-10-18 Thread Charles K. Clarkson
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: : I do not understand what /path/url.pl?H_String; is. It looks like a CGI GET request. Like this one for Google. http://groups.google.com/groups?q=%22multi+column%22+css : what is the ? before H_string for and why It is used to

Re: implementing links on a system command output

2005-10-14 Thread DBSMITH
Subject implementing links on a system command output

Re: implementing links on a system command output

2005-10-14 Thread Greg Jetter
cc PM Subject implementing links on a system command output I have written a CGI Perl program

Re: implementing links on a system command output

2005-10-14 Thread Chris Devers
On Fri, 14 Oct 2005 [EMAIL PROTECTED] wrote: 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: What it looks like is irrelevant. The raw HTML is a

Re: implementing links on a system command output

2005-10-14 Thread Jay Savage
On 10/14/05, Chris Devers [EMAIL PROTECTED] wrote: On Fri, 14 Oct 2005 [EMAIL PROTECTED] wrote: 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

Re: implementing links on a system command output

2005-10-14 Thread DBSMITH
Subject Re: implementing links on a system command output

Re: implementing links on a system command output

2005-10-14 Thread Greg Jetter
cc AM Subject Re: implementing links on a system command output On 10/14/05, Chris Devers [EMAIL

Re: implementing links on a system command output

2005-10-14 Thread DBSMITH
Subject Re: implementing links on a system command output

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 |--| | ( ) |