| Server IP : 162.144.4.212 / Your IP : 216.73.217.95 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/perl5/vendor_perl/ |
Upload File : |
## OPTIONAL MODULE
# this module is supplied simply the use of this module
# more aesthetically pleasing (at least to me), I think
# it is much nicer to see:
#
# use c3;
#
# then to see a bunch of:
#
# use Class::C3;
#
# all over the place.
package # ignore me PAUSE
c3;
BEGIN {
use Class::C3;
*{'c3::'} = *{'Class::C3::'};
}
1;