in reply to Re: HTML coded for in PERL
in thread HTML coded for in PERL
Looks like it shouldn't be a problem, but, again, it might help to see the HTML output instead.#!/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>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML coded for in PERL
by MonkPaul (Friar) on May 18, 2005 at 17:14 UTC | |
by Transient (Hermit) on May 18, 2005 at 17:19 UTC | |
by MonkPaul (Friar) on May 18, 2005 at 17:23 UTC | |
by Transient (Hermit) on May 18, 2005 at 17:46 UTC |