Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3041 - 3050 of 3,812 for filetype:txt (0.07 sec)

  1. Time::tm.txt

    package Time::tm 1.01; use v5.38; use Class::Struct qw(struct); struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst } ]); __END__ =head1 NAME Time::tm - internal...
    perldoc.perl.org/Time::tm.txt
    Registered: Wed Apr 23 03:47:14 UTC 2025
    - 668 bytes
    - Viewed (0)
  2. Win32API::File.txt

    # File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...
    perldoc.perl.org/Win32API::File.txt
    Registered: Wed Apr 23 09:51:48 UTC 2025
    - 95.5K bytes
    - Viewed (0)
  3. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.35'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Wed Apr 23 10:56:36 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  4. Test::Builder::Tester.txt

    package Test::Builder::Tester; use strict; our $VERSION = '1.302199'; use Test::Builder; use Symbol; use Carp; =head1 NAME Test::Builder::Tester - test testsuites that have been built with Test::Bu...
    perldoc.perl.org/Test::Builder::Tester.txt
    Registered: Wed Apr 23 06:25:56 UTC 2025
    - 17.6K bytes
    - Viewed (0)
  5. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.05'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Wed Apr 23 06:49:51 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  6. autodie::Scope::GuardStack.txt

    package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.37'; # VERSION my $H_KEY_STEM = __PACKA...
    perldoc.perl.org/autodie::Scope::GuardStack.txt
    Registered: Wed Apr 23 06:55:54 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  7. Test2::Tools::Warnings.txt

    package Test2::Tools::Warnings; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/context/; our @EXPORT = qw/warns warning warnings no_warnings/; use base 'Exporter'; sub warns...
    perldoc.perl.org/Test2::Tools::Warnings.txt
    Registered: Wed Apr 23 07:39:58 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  8. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Fri Apr 18 10:33:18 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  9. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Fri Apr 18 09:49:55 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. chmod.txt

    =over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...
    perldoc.perl.org/functions/chmod.txt
    Registered: Fri Apr 18 10:38:42 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top