Searched refs:poststop (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.t470 # test DB::poststop(), not exactly parallel
471 ok( ! defined DB::poststop('tset'),
473 DB::poststop('tset', 987);
474 is( DB::poststop('tset'), 987, '... should return value when set' );
H A DDB.pm143 # perform any client-specific poststop actions
146 &eval if ($evalarg = DB->poststop);
500 sub poststop { subroutine
592 CLIENT->poststop([STRING])# execute in code context before resuming
776 =item CLIENT->poststop([STRING])
779 returns the poststop action string.

Completed in 16 milliseconds