Help for this page

Select Code to Download


  1. or download this
    ...
    return bar($dbh, { %$subargs, subkey1 => subval1, subkey2 => subval2})
    +; 
    ...
    
  2. or download this
    ...
    return bar($dbh, { myhashref => $subargs, subkey1 => subval1, subkey2 
    +=> subval2}); 
    ...