Help for this page
for ( $ipaddress, $prefix, $interface, $device, $location, $comment ) { ... ## That one is quite nice. ## Let's just say there's more than one way to do it. }
STRING: for( $ipaddress, $prefix, $interface, $device, $location, $com +ment ) { next STRING unless defined; # We skip any element that is not define +d s/^\s+|\s+$//g; }