Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 41 - 50 of 245 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. Math::Trig.txt

    # # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...
    perldoc.perl.org/Math::Trig.txt
    Registered: Sun Apr 28 04:52:36 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  2. File::Spec::Unix.txt

    package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.88'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...
    perldoc.perl.org/File::Spec::Unix.txt
    Registered: Sun Apr 28 01:12:52 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  3. File::Spec.txt

    package File::Spec; use strict; our $VERSION = '3.88'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32', os2 => 'OS2', VMS => 'VMS', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetW...
    perldoc.perl.org/File::Spec.txt
    Registered: Sun Apr 28 01:49:46 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  4. IO::File.txt

    # package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...
    perldoc.perl.org/IO::File.txt
    Registered: Sun Apr 28 03:11:58 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. IPC::Open2.txt

    package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.06; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...
    perldoc.perl.org/IPC::Open2.txt
    Registered: Sun Apr 28 02:19:23 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. Net::Time.txt

    # Net::Time.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/o...
    perldoc.perl.org/Net::Time.txt
    Registered: Sun Apr 28 03:40:29 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.88'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Sun Apr 28 01:04:29 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. PerlIO.txt

    package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...
    perldoc.perl.org/PerlIO.txt
    Registered: Sun Apr 28 05:45:25 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  9. Pod::Simple::XMLOutStream.txt

    require 5; package Pod::Simple::XMLOutStream; use strict; use Carp (); use Pod::Simple (); use vars qw( $ATTR_PAD @ISA $VERSION $SORT_ATTRS); $VERSION = '3.43'; BEGIN { @ISA = ('Pod::Simple'); *DEB...
    perldoc.perl.org/Pod::Simple::XMLOutStream.txt
    Registered: Sun Apr 28 05:52:50 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. Net::FTP::dataconn.txt

    ## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...
    perldoc.perl.org/Net::FTP::dataconn.txt
    Registered: Sun Apr 28 06:08:12 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top