The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Time::tm"

Time::tm - internal object used by Time::gmtime and Time::localtime River stage five • 11292 direct dependents • 32664 total dependents

This module is used internally as a base class by Time::localtime And Time::gmtime functions. It creates a Time::tm struct object which is addressable just like's C's tm structure from time.h; namely with sec, min, hour, mday, mon, year, wday, yday, ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Time::FFI::tm - POSIX tm record structure River stage zero No dependents

This FFI::Platypus::Record class represents the "tm" struct defined by time.h and used by functions such as mktime(3) and strptime(3). This is used by Time::FFI to provide access to such structures. The structure does not store an explicit time zone,...

DBOOK/Time-FFI-2.002 - 09 Jul 2021 06:57:27 UTC - Search in distribution
  • Time::FFI - libffi interface to POSIX date and time functions

SPVM::Sys::Time::Tm - struct tm in the C language River stage one • 6 direct dependents • 6 total dependents

The Sys::Time::Tm class represents struct tm <https://linux.die.net/man/3/ctime> in the C language....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC - Search in distribution
  • SPVM::Sys - System Calls for File IO, Sockets, Time, Process, Signals, Users
  • SPVM::Sys::Time - System Calls for Time Manipulation

DateTime::Locale::tk_TM - Locale data examples for the Turkmen Turkmenistan (tk-TM) locale River stage four • 25 direct dependents • 3698 total dependents

This pod file contains examples of the locale data available for the Turkmen Turkmenistan locale. Days Wide (format) duşenbe sişenbe çarşenbe penşenbe anna şenbe ýekşenbe Abbreviated (format) duş siş çar pen ann şen ýek Narrow (format) D S Ç P A Ş Ý ...

DROLSKY/DateTime-Locale-1.42 - 18 Apr 2024 15:55:25 UTC - Search in distribution

LibUI::Time - Internal Wrapper for struct tm in time.h River stage zero No dependents

Simple calendar times represent absolute times as elapsed times since an epoch. This is convenient for computation, but has no relation to the way people normally think of calendar time. By contrast, broken-down time is a binary representation of cal...

SANKO/LibUI-0.02 - 11 Mar 2023 05:02:51 UTC - Search in distribution

Real::Encode - Perl interaction with Progressive Networks ReadEncoder(tm). River stage zero No dependents

This module allows for interaction with the RealEncoder, and thus the manipulation of RealMedia files, and encoding to RealMedia format....

KMELTZ/Win32-Encode-0.5beta - 30 Sep 1998 20:55:50 UTC - Search in distribution

Math::ematica - Perl extension for connecting Mathematica(TM) River stage zero No dependents

The "Math::ematica" module provides an interface to the MathLink(TM) library. Functions are not exported and should be called as methods. Therefore the Perl names have the 'ML' prefix stripped. Since Perl can handle multiple return values, methods fe...

ULPFR/Math-ematica-1.201 - 27 Apr 2005 16:16:38 UTC - Search in distribution

Time::C - Convenient time manipulation. River stage zero No dependents

Makes manipulating time structures more convenient. Internally uses Time::Moment, and Time::Zone::Olson....

COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTC - Search in distribution

TM::MapSphere - Topic Maps, trait for a hierarchical TM repository River stage one • 3 direct dependents • 3 total dependents

This package provides a *mapspheric* trait, i.e. all functionality to convert any map into a (hierarchical) Topic Maps database. The basic idea is that one map (the *root*) contains not only arbitrary map data, but can also contain references to othe...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution

Geo::Dymaxion - Plot latitude/longitude on a Fuller Dymaxion(tm) map River stage zero No dependents

"Geo::Dymaxion" allows you to draw points on Dymaxion(tm) maps using latitude and longitude data, which turns out to be quite difficult and requires some tricky trigonometry. This module strives to hide away all the ugly math and allow you to concent...

SDERLE/Geo-Dymaxion-0.12 - 26 Feb 2004 21:52:30 UTC - Search in distribution

VMS::Time - Manipulate OpenVMS binary time values River stage zero No dependents

These functions provide access to the OpenVMS time system services SYS$GETTIM, SYS$BINTIM, SYS$ASCTIM, and SYS$NUMTIM. Also provided are functions for converting between OpenVMS binary times and unix epoch time values. EXPORT None by default. Any fun...

PFAUT/VMS-Time-0_1 - 03 Jan 2013 03:22:08 UTC - Search in distribution

tm - Shorter alias for this_mod.pm River stage zero No dependents

See this_mod.pm....

PERLANCAR/this_mod-0.001 - 06 Jan 2024 07:55:12 UTC - Search in distribution

Time::Strptime - parse date and time string. River stage one • 2 direct dependents • 2 total dependents

Time::Strptime is pure perl date and time string parser. In other words, This is pure perl implementation a strptime(3). This module allows you to perform better by pre-compile the format by string. benchmark:GMT(-0000) "tp=Time::Piece, ts=Time::Strp...

KARUPA/Time-Strptime-1.04 - 21 Jun 2019 22:09:11 UTC - Search in distribution

Kx - Perl extension for Kdb+ http://kx.com River stage zero No dependents

Alpha code. Create a wrapper around Kdb+ and Q in Perl using the C interface to Kdb+...

SLOYD/Kx-0.044 - 04 Feb 2023 14:16:58 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

PPI - Parse, Analyze and Manipulate Perl (without perl) River stage four • 195 direct dependents • 1581 total dependents

About this Document This is the PPI manual. It describes its reason for existing, its general structure, its use, an overview of the API, and provides a few implementation samples. Background The ability to read, and manipulate Perl (the language) pr...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

Fuse - write filesystems in Perl using FUSE River stage two • 14 direct dependents • 18 total dependents

This lets you implement filesystems in perl, through the FUSE (Filesystem in USErspace) kernel/lib interface. FUSE expects you to implement callbacks for the various functions. In the following definitions, "errno" can be 0 (for a success), -EINVAL, ...

DPATES/Fuse-0.16 - 16 Sep 2013 05:22:15 UTC - Search in distribution

spamc - client for spamd River stage two • 13 direct dependents • 18 total dependents

Spamc is the client half of the spamc/spamd pair. It should be used in place of "spamassassin" in scripts to process mail. It will read the mail from STDIN, and spool it to its connection to spamd, then read the result back and print it to STDOUT. Sp...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC - Search in distribution

bencher - A benchmark framework (CLI) River stage zero No dependents

Bencher is a benchmark framework. You specify a *scenario* (either in a "Bencher::Scenario::*" Perl module, or a Perl script, or over the command-line) containing list of *participants* and *datasets*. Participants are codes or commands to run, and d...

PERLANCAR/Bencher-1.062.4 - 19 Feb 2024 04:45:38 UTC - Search in distribution
433 results (0.233 seconds)