# In Perl, I type: %some_hash, $some_scalar, @some_list, some_func() # and then hit Ctrl-K to turn it into: print STDERR "DBG 950($$): ([\%some_hash, \$some_scalar, \@some_list, some_func()]):\n\t", Dumper([\%some_hash, $some_scalar, \@some_list, some_func()]);