Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    print_args( 'foo',, 'bar' );
    print "Explicit:\n";
    print_args( 'foo', undef, 'bar' );