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
Psh::Locale(3) User Contributed Perl Documentation Psh::Locale(3)

Psh::Locale - containing base code for I18N

   Psh::Locale::init();

Initializes locale support

   @tmp= Psh::Locale::months();

Returns an array of locale-dependant month names

   @tmp= Psh::Locale::weekdays();

Returns an array of locale-dependant weekday names

   Psh::Locale::months(qw(Jan Feb ...));

Sets the month names

   Psh::Locale::weekdays(qw(Jan Feb ...));

Sets the weekday names

   Psh::Locale::get_text($name)

Returns the named text from the current locale

   Psh::Locale::set_text($name,$value)

Sets the text

Markus Peter, warp@spin.de
2007-07-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.