A feature-rich, modular AOL Instant Messenger client written chiefly by Bill Atkins and Dan Chokola in their high school days.
 
 
 

8 lines
345 B

# Perl 5.005 apparently has a problem with 'use constant' subs not being
# recognized properly, so we add some gunk to force perl to recognize them as subs.
# Also, the n/a* template was added to unpack in 5.6, so we roll our own version of
# that. It also seems to have weird issues with four-argument substr.
package Net::OSCAR::OldPerl;
1;