Argh!

I'm trying to replace underscores with '%20' when I print out a table
header. Right now I'm getting 1's instead of the substituted string! I know
I'm forgetting something .. what am I forgetting?

BEGIN--Sample--code--

@serverColumns = qw{Server_Type Server_Name IP_Address Model Processor RAM
Disk
 Special OS Nic_Speed NIC_Duplex NIC_MAC Serial Function B_Time B_Config
Contact
 Location};

print start_table({-style=>'border-collapse: collapse',-border=>1});
print Tr(map{th({-style=>'width:80'},s/_/%20/)} @serverColumns);

END--Sample--code--


\Glenn Tillema                  [EMAIL PROTECTED]
ADC Telecommunications, Inc.   
PO Box 1101, MS 508
Minneapolis, MN  55440-1101
Learn about ADC - The Broadband Company - www.adc.com

Reply via email to