Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 51 - 60 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. getc.txt

    =over =item getc FILEHANDLE X<getc> X<getchar> X<character> X<file, read> =item getc Returns the next character from the input file attached to FILEHANDLE, or the undefined value at end of file or ...
    perldoc.perl.org/functions/getc.txt
    Registered: Wed Apr 24 18:27:59 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. shmread.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmread.txt
    Registered: Wed Apr 24 21:29:53 UTC 2024
    - 769 bytes
    - Viewed (0)
  3. wait.txt

    =over =item wait X<wait> Behaves like L<wait(2)> on your system: it waits for a child process to terminate and returns the pid of the deceased process, or C<-1> if there are no child processes. The...
    perldoc.perl.org/functions/wait.txt
    Registered: Wed Apr 24 20:22:41 UTC 2024
    - 698 bytes
    - Viewed (0)
  4. 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: Wed Apr 24 21:09:14 UTC 2024
    - 561 bytes
    - Viewed (0)
  5. telldir.txt

    =over =item telldir DIRHANDLE X<telldir> Returns the current position of the L<C<readdir>|/readdir DIRHANDLE> routines on DIRHANDLE. Value may be given to L<C<seekdir>|/seekdir DIRHANDLE,POS> to ac...
    perldoc.perl.org/functions/telldir.txt
    Registered: Wed Apr 24 18:21:32 UTC 2024
    - 385 bytes
    - Viewed (0)
  6. perlbug.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell my $config_tag1 = '5.38.2 - Wed ...
    perldoc.perl.org/perlbug.txt
    Registered: Tue Apr 23 17:17:43 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  7. h2ph.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] eq ...
    perldoc.perl.org/h2ph.txt
    Registered: Tue Apr 23 16:26:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  8. User::pwent.txt

    package User::pwent; use 5.006; our $VERSION = '1.02'; use strict; use warnings; use Config; use Carp; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_geco...
    perldoc.perl.org/User::pwent.txt
    Registered: Tue Apr 23 14:00:29 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  9. piconv.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl # $Id: piconv,v 2.8 201...
    perldoc.perl.org/piconv.txt
    Registered: Tue Apr 23 17:02:19 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  10. pl2pm.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME pl2pm - Rough tool t...
    perldoc.perl.org/pl2pm.txt
    Registered: Tue Apr 23 16:48:35 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top