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

#!/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.

Replies are listed 'Best First'.
Re: HTML coded for in PERL
by MonkPaul (Friar) on May 18, 2005 at 17:14 UTC
    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 :)
        If you would like to pick over the few bare bones that are on offer, be my guest.

        I will paste the full code if that is what you are after ??
        No offense meant, its just quite big that is all, and pretty rubbish.