- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1421 - 1430 of 2,636 for host:perldoc.perl.org (0.04 sec)
-
symlink.txt
=over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...perldoc.perl.org/functions/symlink.txtRegistered: Wed Jul 09 06:44:19 UTC 2025 - 398 bytes - Viewed (0) -
import.txt
=over =item import LIST X<import> There is no builtin C<import> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to another module. T...perldoc.perl.org/functions/import.txtRegistered: Wed Jul 09 08:41:30 UTC 2025 - 378 bytes - Viewed (0) -
msgget.txt
=over =item msgget KEY,FLAGS X<msgget> Calls the System V IPC function L<msgget(2)>. Returns the message queue id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the docume...perldoc.perl.org/functions/msgget.txtRegistered: Wed Jul 09 07:53:58 UTC 2025 - 315 bytes - Viewed (0) -
getpeername.txt
=over =item getpeername SOCKET X<getpeername> X<peer> Returns the packed sockaddr address of the other end of the SOCKET connection. use Socket; my $hersockaddr = getpeername($sock); my ($port, $ia...perldoc.perl.org/functions/getpeername.txtRegistered: Wed Jul 09 06:19:21 UTC 2025 - 356 bytes - Viewed (0) -
stat.txt
=over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...perldoc.perl.org/functions/stat.txtRegistered: Wed Jul 09 09:03:48 UTC 2025 - 5.3K bytes - Viewed (0) -
ref.txt
=over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...perldoc.perl.org/functions/ref.txtRegistered: Wed Jul 09 11:40:51 UTC 2025 - 2.9K bytes - Viewed (0) -
waitpid.txt
=over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...perldoc.perl.org/functions/waitpid.txtRegistered: Wed Jul 09 09:36:41 UTC 2025 - 1.5K bytes - Viewed (0) -
reset.txt
=over =item reset EXPR X<reset> =item reset Generally used in a L<C<continue>|/continue BLOCK> block at the end of a loop to clear variables and reset C<m?pattern?> searches so that they work again...perldoc.perl.org/functions/reset.txtRegistered: Wed Jul 09 09:55:27 UTC 2025 - 1.1K bytes - Viewed (0) -
when.txt
=over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174perldoc.perl.org/functions/when.txt Similar Results (2)Registered: Wed Jul 09 09:11:49 UTC 2025 - 174 bytes - Viewed (0) -
time.txt
=over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...perldoc.perl.org/functions/time.txtRegistered: Wed Jul 09 22:22:29 UTC 2025 - 853 bytes - Viewed (0)