Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 3,809 for filetype:txt (0.02 sec)

  1. xor.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/xor.txt Similar Results (12)
    Registered: Thu Apr 03 11:36:54 UTC 2025
    - 192 bytes
    - Viewed (0)
  2. socket.txt

    =over =item socket SOCKET,DOMAIN,TYPE,PROTOCOL X<socket> Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are specified the same as for the sysc...
    perldoc.perl.org/functions/socket.txt
    Registered: Thu Apr 03 16:58:57 UTC 2025
    - 561 bytes
    - Viewed (0)
  3. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Thu Apr 03 15:59:40 UTC 2025
    - 90 bytes
    - Viewed (0)
  4. charnames.txt

    package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...
    perldoc.perl.org/charnames.txt
    Registered: Thu Apr 03 21:20:38 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  5. IO::Handle.txt

    package IO::Handle; =head1 NAME IO::Handle - supply object methods for I/O handles =head1 SYNOPSIS use IO::Handle; my $io = IO::Handle->new(); if ($io->fdopen(fileno(STDIN),"r")) { print $io->getli...
    perldoc.perl.org/IO::Handle.txt
    Registered: Thu Apr 03 20:51:59 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  6. File::Glob.txt

    package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...
    perldoc.perl.org/File::Glob.txt
    Registered: Thu Apr 03 21:27:00 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  7. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Thu Apr 03 19:34:55 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  8. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. Typically used ...
    perldoc.perl.org/functions/localtime.txt
    Registered: Thu Apr 03 17:34:15 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. autodie::exception.txt

    package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...
    perldoc.perl.org/autodie::exception.txt
    Registered: Thu Apr 03 23:25:44 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  10. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Registered: Thu Apr 03 23:47:20 UTC 2025
    - 14.4K bytes
    - Viewed (0)
Back to top