GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Lingua::EN::Gender(3) User Contributed Perl Documentation Lingua::EN::Gender(3)

Lingua::EN::Gender - Inflect pronouns for gender

   use Lingua::EN::Gender;

   print &genders();

   if (&is_valid_gender("male")) { ...

Small module for inflecting pronouns for a bunch of different genders.

Genders currently supported are: neuter male female either spivak splat plural egotistical royal 2nd sie/hir zie/zir

pronoun ( TYPE, GENDER )
Returns the appropriate pronoun word for that pronoun type and gender.

The types (examples for the male gender in brackets) are: subjective ("he") objective ("him") posessive-subjective ("his") posessive-objective ("his") reflexive ("himself")

Simply returns an array containing all the valid genders.

Returns true/false depending if the argument is a gender we know about. Case is not significant.

Bek Oberin <bekj@netizen.com.au>

Copyright (c) 1999 Bek Oberin. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Hey! The above document had some coding errors, which are explained below:
Around line 65:
'=item' outside of any '=over'
Around line 91:
=pod directives shouldn't be over one line long! Ignoring all 2 lines of content
Around line 104:
=pod directives shouldn't be over one line long! Ignoring all 2 lines of content
Around line 133:
You forgot a '=back' before '=head1'
1999-01-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.