Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,316 for label:perl (0.02 sec)

  1. Sys::Syslog::Win32.txt

    package Sys::Syslog::Win32; use strict; use warnings; use Carp; use File::Spec; # === WARNING === WARNING === WARNING === WARNING === WARNING === WARNING === # # This file was generated by Sys-Sysl...
    perldoc.perl.org/Sys::Syslog::Win32.txt
    Registered: Mon Jun 30 08:02:40 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  2. Win32.txt

    package Win32; # BEGIN { use strict; use vars qw|$VERSION $XS_VERSION @ISA @EXPORT @EXPORT_OK|; require Exporter; require DynaLoader; @ISA = qw|Exporter DynaLoader|; $VERSION = '0.59'; $XS_VERSION ...
    perldoc.perl.org/Win32.txt
    Registered: Wed Jul 02 04:42:58 UTC 2025
    - 61.1K bytes
    - Viewed (0)
  3. Test::Builder::IO::Scalar.txt

    package Test::Builder::IO::Scalar; =head1 NAME Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder =head1 DESCRIPTION This is a copy of L<IO::Scalar> which ships with L<Test::Builder...
    perldoc.perl.org/Test::Builder::IO::Scalar.txt
    Registered: Wed Jul 02 04:13:49 UTC 2025
    - 13.3K bytes
    - Viewed (0)
  4. endpwent.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/endpwent.txt Similar Results (29)
    Registered: Sun Aug 17 03:22:12 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  5. system.txt

    =over =item system LIST X<system> X<shell> =item system PROGRAM LIST Does exactly the same thing as L<C<exec>|/exec LIST>, except that a fork is done first and the parent process waits for the chil...
    perldoc.perl.org/functions/system.txt
    Registered: Sun Aug 17 03:37:55 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  6. class.txt

    =over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...
    perldoc.perl.org/functions/class.txt
    Registered: Sun Aug 17 03:10:14 UTC 2025
    - 393 bytes
    - Viewed (0)
  7. send.txt

    =over =item send SOCKET,MSG,FLAGS,TO X<send> =item send SOCKET,MSG,FLAGS Sends a message on a socket. Attempts to send the scalar MSG to the SOCKET filehandle. Takes the same flags as the system ca...
    perldoc.perl.org/functions/send.txt
    Registered: Sun Aug 17 06:24:22 UTC 2025
    - 732 bytes
    - Viewed (0)
  8. prototype.txt

    =over =item prototype FUNCTION X<prototype> =item prototype Returns the prototype of a function as a string (or L<C<undef>|/undef EXPR> if the function has no prototype). FUNCTION is a reference to...
    perldoc.perl.org/functions/prototype.txt
    Registered: Sun Aug 17 05:21:38 UTC 2025
    - 722 bytes
    - Viewed (0)
  9. __SUB__.txt

    =over =item __SUB__ X<__SUB__> A special token that returns a reference to the current subroutine, or L<C<undef>|/undef EXPR> outside of a subroutine. The behaviour of L<C<__SUB__>|/__SUB__> within...
    perldoc.perl.org/functions/__SUB__.txt
    Registered: Sun Aug 17 04:06:10 UTC 2025
    - 407 bytes
    - Viewed (0)
  10. listen.txt

    =over =item listen SOCKET,QUEUESIZE X<listen> Does the same thing that the L<listen(2)> system call does. Returns true if it succeeded, false otherwise. See the example in L<perlipc/"Sockets: Clien...
    perldoc.perl.org/functions/listen.txt
    Registered: Sun Aug 17 08:59:57 UTC 2025
    - 233 bytes
    - Viewed (0)
Back to top