- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 1,306 for label:perl (0.03 sec)
-
delete.txt
=over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, L<C<delete>|/delete EXPR> deletes the specified elements from that hash so that L<C<exists>|/exis...perldoc.perl.org/functions/delete.txt Similar Results (1)Registered: Fri Apr 18 13:26:02 UTC 2025 - 3.4K 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: Fri Apr 18 14:11:55 UTC 2025 - 1.9K bytes - Viewed (0) -
pos.txt
=over =item pos SCALAR X<pos> X<match, position> =item pos Returns the offset of where the last C<m//g> search left off for the variable in question (L<C<$_>|perlvar/$_> is used when the variable i...perldoc.perl.org/functions/pos.txtRegistered: Fri Apr 18 13:42:02 UTC 2025 - 1.3K bytes - Viewed (0) -
log.txt
=over =item log EXPR X<log> X<logarithm> X<e> X<ln> X<base> =item log Returns the natural logarithm (base I<e>) of EXPR. If EXPR is omitted, returns the log of L<C<$_>|perlvar/$_>. To get the log o...perldoc.perl.org/functions/log.txtRegistered: Fri Apr 18 17:39:00 UTC 2025 - 495 bytes - Viewed (0) -
PerlIO.txt
package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...perldoc.perl.org/PerlIO.txtRegistered: Thu Apr 17 00:59:14 UTC 2025 - 13.9K bytes - Viewed (0) -
$_.txt
=over =item $ARG =item $_ X<$_> X<$ARG> The default input and pattern-searching space. The following pairs are equivalent: while (<>) {...} # equivalent only in while! while (defined($_ = <>)) {......perldoc.perl.org/variables/$_.txtRegistered: Wed Apr 16 22:20:46 UTC 2025 - 1.9K bytes - Viewed (0) -
$].txt
=over =item $OLD_PERL_VERSION =item $] X<$]> X<$OLD_PERL_VERSION> The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the vers...perldoc.perl.org/variables/$].txtRegistered: Thu Apr 17 00:37:01 UTC 2025 - 1.6K bytes - Viewed (0) -
$(.txt
=over =item $REAL_GROUP_ID =item $GID =item $( X<$(> X<$GID> X<$REAL_GROUP_ID> The real gid of this process. If you are on a machine that supports membership in multiple groups simultaneously, give...perldoc.perl.org/variables/$(.txtRegistered: Wed Apr 16 23:19:02 UTC 2025 - 1013 bytes - Viewed (0) -
${^MATCH}.txt
=over =item ${^MATCH} X<${^MATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$&> (C<$MATCH>) except tha...perldoc.perl.org/variables/${^MATCH}.txtRegistered: Wed Apr 16 22:34:43 UTC 2025 - 498 bytes - Viewed (0) -
${^UTF8LOCALE}.txt
=over =item ${^UTF8LOCALE} X<${^UTF8LOCALE}> This variable indicates whether a UTF-8 locale was detected by perl at startup. This information is used by perl when it's in adjust-utf8ness-to-locale ...perldoc.perl.org/variables/${^UTF8LOCALE}.txtRegistered: Thu Apr 17 01:24:48 UTC 2025 - 371 bytes - Viewed (0)