Help for this page

Select Code to Download


  1. or download this
    use POSIX qw(locale_h);
                                                                          
    +          
    ...
       POSIX::setlocale(LC_TIME,$locale);
       print POSIX::strftime("%a\n", localtime);
    }