- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 2,615 for host:perldoc.perl.org (1.33 sec)
-
rmdir.txt
=over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...perldoc.perl.org/functions/rmdir.txtRegistered: Thu Nov 21 02:53:36 UTC 2024 - 454 bytes - Viewed (0) -
telldir.txt
=over =item telldir DIRHANDLE X<telldir> Returns the current position of the L<C<readdir>|/readdir DIRHANDLE> routines on DIRHANDLE. Value may be given to L<C<seekdir>|/seekdir DIRHANDLE,POS> to ac...perldoc.perl.org/functions/telldir.txtRegistered: Thu Nov 21 03:15:49 UTC 2024 - 385 bytes - Viewed (0) -
cos.txt
=over =item cos EXPR X<cos> X<cosine> X<acos> X<arccosine> =item cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of L<C<$_>|perlvar/$_>. For the inverse ...perldoc.perl.org/functions/cos.txtRegistered: Thu Nov 21 02:50:17 UTC 2024 - 366 bytes - Viewed (0) -
rindex.txt
=over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...perldoc.perl.org/functions/rindex.txtRegistered: Thu Nov 21 04:14:46 UTC 2024 - 310 bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 07:00:55 UTC 2024 - 223 bytes - Viewed (0) -
endhostent.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/endhostent.txt Similar Results (29)Registered: Thu Nov 21 09:25:02 UTC 2024 - 7K bytes - Viewed (0) -
tie.txt
=over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...perldoc.perl.org/functions/tie.txtRegistered: Thu Nov 21 08:03:24 UTC 2024 - 3K bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 08:46:24 UTC 2024 - 1.8K bytes - Viewed (0) -
pipe.txt
=over =item pipe READHANDLE,WRITEHANDLE X<pipe> Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes, deadlock can occur unless you ...perldoc.perl.org/functions/pipe.txtRegistered: Thu Nov 21 07:49:42 UTC 2024 - 831 bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 07:56:34 UTC 2024 - 754 bytes - Viewed (0)