use People qw/Nick/; use constant stranger => 'JACKASS'; drink(my $coffee) && prepare( exit() ); stranger->asks('Where from?') and Nick::replies('New Orleans'); stranger->responds('Did you swim all the way here?') and laughs(); Nick::punches( our $fucker->nose ); 1;