Hi there<br><br>I've tried a few things, including using the PROTO in the sub declaration, <br>but I cant seem to figure out how to pass some args to a code ref after the creation of the code ref<br><br>This code ref is being passed to an object which would like to add a hashref to the argument list. 
<br><br>This is in the perlsub documentation<br><pre>    $subref = sub (PROTO) : ATTRS BLOCK; # with proto and attributes  <br><br></pre>