- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 2,612 for host:perldoc.perl.org (0.02 sec)
-
getgrgid - Perldoc Browser
functions / getgrgid ( source , CPAN ) # getpwnam NAME # getgrnam NAME # gethostbyname NAME # getnetbyname NAME # get...perldoc.perl.org/functions/getgrgid Similar Results (29)Registered: Mon Oct 06 09:50:28 UTC 2025 - 25.2K bytes - Viewed (0) -
shmread - Perldoc Browser
functions / shmread ( source , CPAN ) # shmread ID,VAR,POS,SIZE # shmwrite ID,STRING,POS,SIZE Reads or writes the Sys...perldoc.perl.org/functions/shmread Similar Results (1)Registered: Mon Oct 06 09:59:19 UTC 2025 - 16K bytes - Viewed (0) -
foreach - Perldoc Browser
functions / foreach ( source , CPAN ) # else # elsif # for # foreach # if # unless # until # while These flow-control...perldoc.perl.org/functions/foreach Similar Results (6)Registered: Mon Oct 06 10:03:43 UTC 2025 - 15.5K bytes - Viewed (0) -
elseif - Perldoc Browser
functions / elseif ( source , CPAN ) # elseif The "else if" keyword is spelled elsif in Perl. There's no elif or else...perldoc.perl.org/functions/elseifRegistered: Mon Oct 06 10:04:38 UTC 2025 - 15.1K bytes - Viewed (0) -
s - Perldoc Browser
functions / s ( source , CPAN ) # s/// The substitution operator. See "Regexp Quote-Like Operators" in perlop . Perld...perldoc.perl.org/functions/sRegistered: Mon Oct 06 10:03:32 UTC 2025 - 14.3K bytes - Viewed (0) -
try - Perldoc Browser
functions / try ( source , CPAN ) # try # catch # finally These flow-control keywords related to the experimental try...perldoc.perl.org/functions/try Similar Results (2)Registered: Mon Oct 06 10:04:57 UTC 2025 - 14.8K bytes - Viewed (0) -
vec.txt
=over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...perldoc.perl.org/functions/vec.txtRegistered: Tue Oct 07 05:29:59 UTC 2025 - 13K bytes - Viewed (0) -
flock.txt
=over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...perldoc.perl.org/functions/flock.txtRegistered: Tue Oct 07 04:05:11 UTC 2025 - 3.7K bytes - Viewed (0) -
q/STRING/ - Perldoc Browser
functions / q/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "Q...perldoc.perl.org/functions/q/STRING/ Similar Results (3)Registered: Tue Oct 07 04:21:39 UTC 2025 - 15.6K bytes - Viewed (0) -
grep.txt
=over =item grep BLOCK LIST X<grep> =item grep EXPR,LIST This is similar in spirit to, but not the same as, L<grep(1)> and its relatives. In particular, it is not limited to using regular expressio...perldoc.perl.org/functions/grep.txtRegistered: Tue Oct 07 03:20:26 UTC 2025 - 1.3K bytes - Viewed (0)