in reply to Re^3: Test if multiple variables are defined
in thread Test if multiple variables are defined

Thanks, that's what I was trying to say - run it on each element, not the array as a whole. Words failed me at the time though. And a simple solution - I went for:

for ( $ipaddress, $prefix, $interface, $device, $location, $comment ) +{ s/^\s+|\s+$//g if defined; }

Thanks for your wisdom!