- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 898 for label:perl (0.04 sec)
-
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.txtRegistered: Tue Nov 05 02:22:40 UTC 2024 - 3.6K bytes - Viewed (0) -
setpriority.txt
=over =item setpriority WHICH,WHO,PRIORITY X<setpriority> X<priority> X<nice> X<renice> Sets the current priority for a process, a process group, or a user. (See L<setpriority(2)>.) Raises an excep...perldoc.perl.org/functions/setpriority.txtRegistered: Tue Nov 05 02:14:22 UTC 2024 - 435 bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 04:28:39 UTC 2024 - 233 bytes - Viewed (0) -
no.txt
=over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...perldoc.perl.org/functions/no.txtRegistered: Tue Nov 05 02:27:21 UTC 2024 - 271 bytes - Viewed (0) -
getprotobyname.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/getprotobyname.txt Similar Results (29)Registered: Tue Nov 05 04:55:51 UTC 2024 - 7K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 13:40:15 UTC 2024 - 745 bytes - Viewed (0) -
finally.txt
=over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184perldoc.perl.org/functions/finally.txt Similar Results (2)Registered: Tue Nov 05 15:38:55 UTC 2024 - 184 bytes - Viewed (0) -
untie.txt
=over =item untie VARIABLE X<untie> Breaks the binding between a variable and a package. (See L<tie|/tie VARIABLE,CLASSNAME,LIST>.) Has no effect if the variable is not tied. =back 183perldoc.perl.org/functions/untie.txtRegistered: Tue Nov 05 09:56:15 UTC 2024 - 183 bytes - Viewed (0) -
foreach.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 194perldoc.perl.org/functions/foreach.txt Similar Results (7)Registered: Tue Nov 05 15:46:00 UTC 2024 - 194 bytes - Viewed (0) -
eq.txt
=over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192perldoc.perl.org/functions/eq.txt Similar Results (12)Registered: Tue Nov 05 16:30:57 UTC 2024 - 192 bytes - Viewed (0)