in reply to Re: HTML coded for in PERL
in thread HTML coded for in PERL

I was just wondering if the @cut array was causing the problem. If it is i think i will just leave it as i think i may have to write a function to include a line break in the perl code.

Replies are listed 'Best First'.
Re^2: HTML coded for in PERL
by Transient (Hermit) on May 18, 2005 at 17:05 UTC
    #!/usr/bin/perl -w my @cut = qw( this is a bunch of entries in an array that I want to se +e what it outputs as if I just print the array as a whole ok? ); print("<B>Digested:</B>@cut</TD></TR>"); __END__ <B>Digested:</B>this is a bunch of entries in an array that I want to +see what it outputs as if I just print the array as a whole ok?</TD>< +/TR>
    Looks like it shouldn't be a problem, but, again, it might help to see the HTML output instead.
      The Web address for the code is
      http://biolinux.cs.man.ac.uk/~msc0516/Startup.cgi

      Sorry, should'nt paste this as mentioned below

        In the interest of Monk Safety and Thread Longevity, I would ask that you simply run the CGI and cut and paste the code here for the following reasons:
        • Monks are lazy (present company included), we don't want to follow a link
        • Monks are suspicious (well, me anyways) and don't like clicking unknown links
        • Monks like to do searches and see old threads (well, some do) and your link may be dead in the future


        Much obliged :)