http://www.perlmonks.org?node_id=342793

mvam has asked for the wisdom of the Perl Monks concerning the following question:

i'm trying to create a form for my script output so my manager can understand it. i've been able to get the data i want printed to the screen but it looks something like this:
URI Date Seconds Fil +e Size ----------------- --------------------- ------- --- +------ /profileQuery [05/Apr/2004:16:31:06 1 +885 URI Date Seconds Fil +e Size ----------------- --------------------- ------- --- +------ /profileQuery [05/Apr/2004:16:31:59 0 +869 URI Date Seconds Fil +e Size ----------------- --------------------- ------- --- +------ /profileQuery [05/Apr/2004:16:32:53 0 +873 URI Date Seconds Fil +e Size ----------------- --------------------- ------- --- +------ /profileQuery [05/Apr/2004:16:33:47 1 +871
i'd like it to look more like this:
URI Date Seconds Fil +e Size /profileQuery [05/Apr/2004:16:36:31 1 +869 /profileQuery [05/Apr/2004:16:37:25 1 +893
i've tried using the block formatting for the form but its not working. my question is.. does my input have to be in block format before this will work?