The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::OSCAR::Screenname -- OSCAR screenname class

VERSION

version 1.928

DESCRIPTION

This class overrides a few operators to transparently get appropriate behavior for OSCAR screennames. Screennames are case-insensitive and whitespace-insensitive. So, if you do

        $a = Net::OSCAR::Screenname->new("Some Dude");
        print "Yay!\n" if $a eq "somedude";

will be true.