- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 1,302 for label:perl (0.12 sec)
-
getnetbyname.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/getnetbyname.txt Similar Results (29)Registered: Thu Nov 28 06:16:00 UTC 2024 - 7K bytes - Viewed (0) -
ioctl.txt
=over =item ioctl FILEHANDLE,FUNCTION,SCALAR X<ioctl> Implements the L<ioctl(2)> function. You'll probably first have to say require "sys/ioctl.ph"; # probably in # $Config{archlib}/sys/ioctl.ph to...perldoc.perl.org/functions/ioctl.txtRegistered: Thu Nov 28 03:02:51 UTC 2024 - 1.9K bytes - Viewed (0) -
bless.txt
=over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...perldoc.perl.org/functions/bless.txtRegistered: Thu Nov 28 03:39:27 UTC 2024 - 1.9K bytes - Viewed (0) -
fcntl.txt
=over =item fcntl FILEHANDLE,FUNCTION,SCALAR X<fcntl> Implements the L<fcntl(2)> function. You'll probably have to say use Fcntl; first to get the correct constant definitions. Argument processing ...perldoc.perl.org/functions/fcntl.txtRegistered: Thu Nov 28 02:52:26 UTC 2024 - 1.6K bytes - Viewed (0) -
setpgrp.txt
=over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...perldoc.perl.org/functions/setpgrp.txtRegistered: Thu Nov 28 05:34:48 UTC 2024 - 529 bytes - Viewed (0) -
semget.txt
=over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...perldoc.perl.org/functions/semget.txtRegistered: Thu Nov 28 04:51:59 UTC 2024 - 325 bytes - Viewed (0) -
try.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/try.txt Similar Results (2)Registered: Thu Nov 28 07:23:43 UTC 2024 - 184 bytes - Viewed (0) -
unless.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/unless.txt Similar Results (7)Registered: Thu Nov 28 08:33:15 UTC 2024 - 194 bytes - Viewed (0) -
INIT.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 178perldoc.perl.org/functions/INIT.txt Similar Results (4)Registered: Thu Nov 28 10:56:25 UTC 2024 - 178 bytes - Viewed (0) -
lt.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/lt.txt Similar Results (12)Registered: Thu Nov 28 10:24:16 UTC 2024 - 192 bytes - Viewed (0)