Help for this page
use strict; use Data::Dumper; ... print_args( 'foo',, 'bar' ); print "Explicit:\n"; print_args( 'foo', undef, 'bar' );