Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 375 for filetype:txt (0.01 sec)

  1. semop.txt

    =over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...
    perldoc.perl.org/functions/semop.txt
    Registered: Tue Apr 30 17:49:36 UTC 2024
    - 815 bytes
    - Viewed (0)
  2. field.txt

    =over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...
    perldoc.perl.org/functions/field.txt
    Registered: Tue Apr 30 17:09:24 UTC 2024
    - 223 bytes
    - Viewed (0)
  3. endprotoent.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/endprotoent.txt
    Registered: Tue Apr 30 23:07:51 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. endnetent.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/endnetent.txt
    Registered: Tue Apr 30 20:33:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  5. getpwuid.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/getpwuid.txt
    Registered: Wed May 01 00:59:44 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. my.txt

    =over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A L<C<my>|/my VARLIST> declares the listed variables to be local (lexically) to the enclosi...
    perldoc.perl.org/functions/my.txt
    Registered: Tue Apr 30 19:19:43 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  7. 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: Tue Apr 30 19:11:27 UTC 2024
    - 698 bytes
    - Viewed (0)
  8. elseif.txt

    =over =item elseif The "else if" keyword is spelled C<elsif> in Perl. There's no C<elif> or C<else if> either. It does parse C<elseif>, but only to warn you about not using it. See the documentatio...
    perldoc.perl.org/functions/elseif.txt
    Registered: Tue Apr 30 21:55:20 UTC 2024
    - 273 bytes
    - Viewed (0)
  9. if.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back
    perldoc.perl.org/functions/if.txt
    Registered: Wed May 01 04:06:52 UTC 2024
    - 194 bytes
    - Viewed (0)
  10. 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
    perldoc.perl.org/functions/BEGIN.txt
    Registered: Tue Apr 30 21:16:52 UTC 2024
    - 178 bytes
    - Viewed (0)
Back to top