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>
In reply to Re^2: HTML coded for in PERL
by Transient
in thread HTML coded for in PERL
by MonkPaul
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |