Searched defs:Time (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dtm.pm1 package Time::tm;
7 struct('Time::tm' => [
16 Time::tm - internal object used by Time::gmtime and Time::localtime
24 This module is used internally as a base class by Time::localtime And
25 Time::gmtime functions. It creates a Time::tm struct object which is
H A Dgmtime.pm1 package Time::gmtime;
5 use Time::tm;
10 @ISA = qw(Exporter Time::tm);
24 my $tmob = Time::tm->new();
41 Time::gmtime - by-name interface to Perl's built-in gmtime() function
45 use Time::gmtime;
50 use Time::gmtime w(:FIELDS;
56 use Time::gmtime;
63 replacing it with a version that returns "Time::tm" objects.
H A Dlocaltime.pm1 package Time::localtime;
5 use Time::tm;
10 @ISA = qw(Exporter Time::tm);
24 my $tmob = Time::tm->new();
42 Time::localtime - by-name interface to Perl's built-in localtime() function
46 use Time::localtime;
51 use Time::localtime;
58 replacing it with a version that returns "Time::tm" objects.
H A DLocal.pm1 package Time::Local;
162 Time::Local - efficiently compute time from local and GMT time
189 use Time::Local 'timelocal_nocheck';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm1 package Time::HiRes;
25 die "&Time::HiRes::constant not defined" if $constname eq 'constant';
35 bootstrap Time::HiRes;
53 Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers
57 use Time::HiRes qw( usleep ualarm gettimeofday tv_interval );
71 use Time::HiRes qw ( time alarm sleep );
78 use Time::HiRes qw( setitimer getitimer
86 The C<Time::HiRes> module implements a Perl interface to the C<usleep>,
96 C<Time::HiRes::usleep()> or C<Time
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm1 # Net::Time.pm
7 package Net::Time;
20 $VERSION = "2.09"; # $Id: //depot/libnet/Net/Time.pm#9 $
100 Net::Time - time and daytime network client interface
104 use Net::Time qw(inet_time inet_daytime);
116 C<Net::Time> provides subroutines that obtain the time on a remote machine.
149 I<$Id: //depot/libnet/Net/Time.pm#9 $>

Completed in 22 milliseconds