ritz0 has asked for the wisdom of the Perl Monks concerning the following question:
I have a simple script that display a telephone list from a flat-file text database. Basically, I'm spitting out a *pre* tag, then printing line by line, and adding a */pre* tag at the end but I've noticed that I can't get the telephone numbers to line up. I really don't want to use table (they impede copying from the web page).
I found the FORMAT command in a reference book but they only illustrate how to use it at the command prompt and not any cgi interaction. Where can I find the proper syntax to get this to work under the web?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: FORMATting
by btrott (Parson) on Mar 29, 2000 at 23:18 UTC | |
|
RE: FORMATting
by chromatic (Archbishop) on Mar 29, 2000 at 20:19 UTC | |
|
RE: FORMATting
by turnstep (Parson) on Mar 29, 2000 at 20:02 UTC | |
|
Re: FORMATting
by stephen (Priest) on Mar 30, 2000 at 04:24 UTC |