Searched defs:OVERLOAD (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm9 sub OVERLOAD { subroutine
13 $ {$package . "::OVERLOAD"}{dummy}++; # Register with magic by touching.
33 # *{$package . "::OVERLOAD"} = \&OVERLOAD;
35 $package->overload::OVERLOAD(@_);
40 ${$package . "::OVERLOAD"}{dummy}++; # Upgrade the table
1409 Because it is used for overloading, the per-package hash %OVERLOAD now

Completed in 20 milliseconds