Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,306 for host:perldoc.perl.org (0.03 sec)

  1. Module::Load.txt

    package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...
    perldoc.perl.org/Module::Load.txt
    Registered: Sat Apr 05 09:29:26 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  2. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Sat Apr 05 05:40:01 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. Net::protoent.txt

    package Net::protoent 1.03; use v5.38; our ( $p_name, @p_aliases, $p_proto ); use Exporter 'import'; our @EXPORT = qw(getprotobyname getprotobynumber getprotoent getproto); our @EXPORT_OK = qw( $p_...
    perldoc.perl.org/Net::protoent.txt
    Registered: Sat Apr 05 08:19:32 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  4. getgrgid.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/getgrgid.txt Similar Results (29)
    Registered: Thu Apr 03 10:28:12 UTC 2025
    - 7K bytes
    - Viewed (0)
  5. BEGIN.txt

    =over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178
    perldoc.perl.org/functions/BEGIN.txt Similar Results (4)
    Registered: Thu Apr 03 08:37:54 UTC 2025
    - 178 bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. perlbug.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell my $config_tag1 = '5.40.1 - Sa...
    perldoc.perl.org/perlbug.txt
    Registered: Mon Apr 07 10:04:57 UTC 2025
    - 44.6K bytes
    - Viewed (0)
Back to top