Re: Perl CGI-html quotation marks

2014-07-04 Thread Shlomi Fish
Hi all, thanks for helping James (= the original poster). On Fri, 04 Jul 2014 11:56:05 -0400 Uri Guttman wrote: > On 07/04/2014 07:18 AM, James Kerwin wrote: > > Hello again, > > > > Apologies for the delay. I shut my laptop in frustration for the night > > yesterday. > > > > Here is a chunk of

Re: Perl CGI-html quotation marks

2014-07-04 Thread Uri Guttman
On 07/04/2014 07:18 AM, James Kerwin wrote: Hello again, Apologies for the delay. I shut my laptop in frustration for the night yesterday. Here is a chunk of the code: my $html2 = '/Results.tar.gz"> Download Files Click the button below to View your alignment in JBrowse Viewer http://bioinf6.b

Re: Perl CGI-html quotation marks

2014-07-04 Thread Sam
On 07/04/2014 12:41 AM, Shaji Kalidasan wrote: Here's one way to do it print << "BUTTON"; http://www.example.com')"> BUTTON or: print qq{http://www.example.com')">}; -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://l

Re: Perl CGI-html quotation marks

2014-07-04 Thread James Kerwin
Hello again, Apologies for the delay. I shut my laptop in frustration for the night yesterday. Here is a chunk of the code: my $html2 = '/Results.tar.gz"> Download Files Click the button below to View your alignment in JBrowse Viewer http://bioinf6.bioc.le.ac.uk/~srpgrp3/UserFiles '; my $html4

Re: Perl CGI-html quotation marks

2014-07-03 Thread Shaji Kalidasan
Here's one way to do it print << "BUTTON"; http://www.example.com')"> BUTTON On Thu, Jul 3, 2014 at 9:53 PM, Uri Guttman wrote: > On 07/03/2014 12:16 PM, James Kerwin wrote: > >> Hello all, >> >> I'm currently using Perl CGI to generate a "Results" webpage. This >> results webpage specifies un

Re: Perl CGI-html quotation marks

2014-07-03 Thread Uri Guttman
On 07/03/2014 12:16 PM, James Kerwin wrote: Hello all, I'm currently using Perl CGI to generate a "Results" webpage. This results webpage specifies unique directories generated within the script and print these in between the blocks of html so various download and display buttons work. My probl

Perl CGI-html quotation marks

2014-07-03 Thread James Kerwin
Hello all, I'm currently using Perl CGI to generate a "Results" webpage. This results webpage specifies unique directories generated within the script and print these in between the blocks of html so various download and display buttons work. My problem is that I'm using a button to open a file i