qball has asked for the wisdom of the Perl Monks concerning the following question:
open(PB_BODY_LIMITED, "> $file_name") or die "Can't $!\n"; print PB_BODY_LIMITED " <table width=600> <tr> <th colspan='2' class='top'>-- Perbill Search Results --</th> </tr> <tr> <th class='left'>Company</th> <td>$data[0]</td> </tr> <tr> <th class='left'>Company ID(302)</th> <td>$company_name_id</td> </tr> <tr> <th class='left'> Docs</th> <td>$data[1]</td> </tr> <tr> <th class='left'> Bytes</th> <td>$data[2]</td> </tr> <tr> <th class='left'>From</th> <td>$from_month$from_day$from_year</td> </tr> <tr> <th class='left'>To</th> <td>$to_month$to_day$to_year</td> </tr> </table> ";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: print multiple lines
by lhoward (Vicar) on May 15, 2001 at 23:13 UTC | |
|
Re: print multiple lines
by blue_cowdawg (Monsignor) on May 15, 2001 at 23:24 UTC | |
|
Re: print multiple lines
by MeowChow (Vicar) on May 15, 2001 at 23:19 UTC | |
|
Re: print multiple lines
by damian1301 (Curate) on May 15, 2001 at 23:34 UTC | |
by suaveant (Parson) on May 15, 2001 at 23:46 UTC | |
by damian1301 (Curate) on May 16, 2001 at 00:00 UTC | |
|
Re: print multiple lines
by petdance (Parson) on May 16, 2001 at 00:01 UTC |