Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
use Time::Local; : Time « System Functions « Perl
Perl
System Functions
Time
use Time::Local;
use Time::Local; print timelocal(0, 0, 0, 1, 1, 2000);
Related examples in the same category