Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 971 - 980 of 1,301 for label:perl (0.06 sec)

  1. fork.txt

    =over =item fork X<fork> X<child> X<parent> Does a L<fork(2)> system call to create a new process running the same program at the same point. It returns the child pid to the parent process, C<0> to...
    perldoc.perl.org/functions/fork.txt
    Registered: Tue Nov 25 12:47:11 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. read.txt

    =over =item read FILEHANDLE,SCALAR,LENGTH,OFFSET X<read> X<file, read> =item read FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH I<characters> of data into variable SCALAR from the specified FILE...
    perldoc.perl.org/functions/read.txt
    Registered: Tue Nov 25 16:09:14 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  3. socketpair.txt

    =over =item socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL X<socketpair> Creates an unnamed pair of sockets in the specified domain, of the specified type. DOMAIN, TYPE, and PROTOCOL are specified...
    perldoc.perl.org/functions/socketpair.txt
    Registered: Tue Nov 25 14:38:03 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  4. readlink.txt

    =over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...
    perldoc.perl.org/functions/readlink.txt
    Registered: Tue Nov 25 15:09:21 UTC 2025
    - 349 bytes
    - Viewed (0)
  5. __END__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__END__.txt Similar Results (1)
    Registered: Tue Nov 25 19:02:59 UTC 2025
    - 109 bytes
    - Viewed (0)
  6. h2xs.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...
    perldoc.perl.org/h2xs.txt
    Registered: Fri Nov 28 06:50:00 UTC 2025
    - 59.6K bytes
    - Viewed (0)
  7. cpan.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/local/bin/perl BEGIN { ...
    perldoc.perl.org/cpan.txt
    Registered: Fri Nov 28 04:01:22 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  8. perlivp.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell # perlivp v5.42.0 BEGIN { pop ...
    perldoc.perl.org/perlivp.txt
    Registered: Fri Nov 28 07:14:33 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  9. ptargrep.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl ########## # T...
    perldoc.perl.org/ptargrep.txt
    Registered: Fri Nov 28 04:19:33 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  10. Test2::Event::Waiting.txt

    package Test2::Event::Waiting; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase; sub global { 1 }; sub summ...
    perldoc.perl.org/Test2::Event::Waiting.txt
    Registered: Mon Dec 01 13:11:42 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top