in reply to Re: Returning Hash from subroutine of form 'var' => 1,
in thread Returning Hash from subroutine of form 'var' => 1,
This did the trick!# Check for duplicates $duplications = &LookForDups($nickname, $p); if ($duplications){ return {'nick_name' => 1,} }
|
|---|