Searched defs:qrBug (Results 1 – 2 of 2) sorted by relevance
773 sub qrBug::TIESCALAR { bless[pop], 'qrBug' } subroutine 774 sub qrBug::FETCH { $scratch .= "[fetching $_[0][0]]"; 'prew' } subroutine 775 sub qrBug::STORE{} subroutine
59 sub qrBug::TIESCALAR{bless[], 'qrBug'} subroutine60 sub qrBug::FETCH { $scratch .= "[fetching]"; 'glat' } subroutine