- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1221 - 1230 of 2,621 for host:perldoc.perl.org (0.02 sec)
-
PerlIO::encoding - encoding layer - Perldoc Bro...
PerlIO::encoding ( source , CPAN ) version 0.31 CONTENTS NAME SYNOPSIS DESCRIPTION SEE ALSO # NAME PerlIO::encoding -...perldoc.perl.org/PerlIO::encodingRegistered: Wed Apr 16 11:37:53 UTC 2025 - 22.8K bytes - Viewed (0) -
TAP::Parser::YAMLish::Writer - Write YAMLish da...
TAP::Parser::YAMLish::Writer ( source , CPAN ) version 3.48 CONTENTS NAME VERSION SYNOPSIS DESCRIPTION METHODS Class ...perldoc.perl.org/TAP::Parser::YAMLish::WriterRegistered: Wed Apr 16 11:43:02 UTC 2025 - 27.3K bytes - Viewed (0) -
diagnostics.txt
package diagnostics; =head1 NAME diagnostics, splain - produce verbose warning diagnostics =head1 SYNOPSIS Using the C<diagnostics> pragma: use diagnostics; use diagnostics -verbose; diagnostics->e...perldoc.perl.org/diagnostics.txtRegistered: Fri Apr 18 09:28:25 UTC 2025 - 18.9K bytes - Viewed (0) -
perltw.txt
# vim: syntax=pod 如果你用一般的文字編輯器閱覽這份文件, 請忽略文中奇特的註記字符. 這份文件是以 POD (簡明文件格式) 寫成; 這種格式是為了能讓人直接讀取, 而特別設計的. 關於此格式的進一步資訊, 請參考 perlpod 線上文件. =encoding utf8 =head1 NAME perltw - 正體中文 Perl 指南 =head1 DESCRIPTIO...perldoc.perl.org/perltw.txtRegistered: Fri Apr 18 09:05:49 UTC 2025 - 4.4K bytes - Viewed (0) -
srand.txt
=over =item srand EXPR X<srand> X<seed> X<randseed> =item srand Sets and returns the random number seed for the L<C<rand>|/rand EXPR> operator. The point of the function is to "seed" the L<C<rand>|...perldoc.perl.org/functions/srand.txtRegistered: Fri Apr 18 11:09:54 UTC 2025 - 3.3K bytes - Viewed (0) -
dbmopen.txt
=over =item dbmopen HASH,DBNAME,MASK X<dbmopen> X<dbm> X<ndbm> X<sdbm> X<gdbm> [This function has been largely superseded by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> function.] This binds a L<dbm...perldoc.perl.org/functions/dbmopen.txtRegistered: Fri Apr 18 11:24:23 UTC 2025 - 2.2K bytes - Viewed (0) -
sysread.txt
=over =item sysread FILEHANDLE,SCALAR,LENGTH,OFFSET X<sysread> =item sysread FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH bytes of data into variable SCALAR from the specified FILEHANDLE, using...perldoc.perl.org/functions/sysread.txtRegistered: Fri Apr 18 13:19:20 UTC 2025 - 1.8K bytes - Viewed (0) -
syswrite.txt
=over =item syswrite FILEHANDLE,SCALAR,LENGTH,OFFSET X<syswrite> =item syswrite FILEHANDLE,SCALAR,LENGTH =item syswrite FILEHANDLE,SCALAR Attempts to write LENGTH bytes of data from variable SCALAR...perldoc.perl.org/functions/syswrite.txtRegistered: Fri Apr 18 12:59:14 UTC 2025 - 1.7K bytes - Viewed (0) -
exit.txt
=over =item exit EXPR X<exit> X<terminate> X<abort> =item exit Evaluates EXPR and exits immediately with that value. Example: my $ans = <STDIN>; exit 0 if $ans =~ /^[Xx]/; See also L<C<die>|/die LI...perldoc.perl.org/functions/exit.txtRegistered: Fri Apr 18 10:03:00 UTC 2025 - 1.4K bytes - Viewed (0) -
shift.txt
=over =item shift ARRAY X<shift> =item shift Removes and returns the B<first> element of an array. This shortens the array by one and moves everything down. my @arr = ('cat', 'dog'); my $item = shi...perldoc.perl.org/functions/shift.txtRegistered: Fri Apr 18 12:08:17 UTC 2025 - 1.2K bytes - Viewed (0)