Net::OSCAR::Screenname - OSCAR screenname class


Net-OSCAR documentation  | view source Contained in the Net-OSCAR distribution.

Index


NAME

Top

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

VERSION

Top

version 1.928

DESCRIPTION

Top

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.


Net-OSCAR documentation  | view source Contained in the Net-OSCAR distribution.