#!/usr/local/bin/perl use strict; use Sub::Signatures; my $example = { 'null_method' => sub { null_method( handle => 'Test', 'thing' => 'something')}, }; exit; sub null_method { }