- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 391 - 400 of 1,306 for label:perl (0.03 sec)
-
accept.txt
=over =item accept NEWSOCKET,GENERICSOCKET X<accept> Accepts an incoming socket connect, just as L<accept(2)> does. Returns the packed address if it succeeded, false otherwise. See the example in L...perldoc.perl.org/functions/accept.txtRegistered: Sat Apr 19 07:55:43 UTC 2025 - 445 bytes - Viewed (0) -
getsockname.txt
=over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...perldoc.perl.org/functions/getsockname.txtRegistered: Sat Apr 19 10:28:27 UTC 2025 - 464 bytes - Viewed (0) -
AUTOLOAD.txt
=over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85perldoc.perl.org/functions/AUTOLOAD.txtRegistered: Sat Apr 19 11:04:46 UTC 2025 - 85 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: Sat Apr 19 13:48:28 UTC 2025 - 325 bytes - Viewed (0) -
UNITCHECK.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/UNITCHECK.txt Similar Results (4)Registered: Sat Apr 19 16:01:22 UTC 2025 - 178 bytes - Viewed (0) -
$^M.txt
=over =item $^M X<$^M> By default, running out of memory is an untrappable, fatal error. However, if suitably built, Perl can use the contents of C<$^M> as an emergency memory pool after C<die()>in...perldoc.perl.org/variables/$^M.txtRegistered: Wed Apr 16 20:19:38 UTC 2025 - 667 bytes - Viewed (0) -
$<.txt
=over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...perldoc.perl.org/variables/$<.txtRegistered: Wed Apr 16 19:23:32 UTC 2025 - 408 bytes - Viewed (0) -
open.txt
=over =item open FILEHANDLE,MODE,EXPR X<open> X<pipe> X<file, open> X<fopen> =item open FILEHANDLE,MODE,EXPR,LIST =item open FILEHANDLE,MODE,REFERENCE =item open FILEHANDLE,EXPR =item open FILEHAND...perldoc.perl.org/functions/open.txtRegistered: Fri Apr 18 14:20:54 UTC 2025 - 19.4K bytes - Viewed (0) -
sort.txt
=over =item sort SUBNAME LIST X<sort> =item sort BLOCK LIST =item sort LIST In list context, this sorts the LIST and returns the sorted list value. In scalar context, the behaviour of L<C<sort>|/so...perldoc.perl.org/functions/sort.txtRegistered: Fri Apr 18 14:41:59 UTC 2025 - 8.4K bytes - Viewed (0) -
-X
=over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...perldoc.perl.org/5.18.1/functions/-XRegistered: Fri Apr 18 15:42:10 UTC 2025 - 6.3K bytes - Viewed (0)