Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 340 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. autodie::Scope::Guard.txt

    package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.36'; # VERSION # This code schedules the cleanup of subroutines...
    perldoc.perl.org/autodie::Scope::Guard.txt
    Registered: Mon Apr 29 13:50:44 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. Pod::Checker.txt

    ########## # Pod/Checker.pm -- check pod documents for syntax errors # # Copyright (C) 1994-2000 by Bradford Appleton. All rights reserved. # This is free software; you can redistribute it and/or m...
    perldoc.perl.org/Pod::Checker.txt
    Registered: Sun Apr 28 04:14:42 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  3. IO::Socket.txt

    # IO::Socket.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...
    perldoc.perl.org/IO::Socket.txt
    Registered: Sun Apr 28 00:56:16 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top