- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2111 - 2120 of 2,621 for host:perldoc.perl.org (0.05 sec)
-
vmsish.txt
package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...perldoc.perl.org/vmsish.txtRegistered: Sun Apr 20 11:13:53 UTC 2025 - 4.2K bytes - Viewed (0) -
DBM_Filter::int32.txt
package DBM_Filter::int32 ; use strict; use warnings; our $VERSION = '0.03'; # todo get Filter to figure endian. sub Store { $_ = 0 if ! defined $_ || $_ eq "" ; $_ = pack("i", $_); } sub Fetch { n...perldoc.perl.org/DBM_Filter::int32.txtRegistered: Sun Apr 20 11:50:30 UTC 2025 - 754 bytes - Viewed (0) -
feature.txt
# -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....perldoc.perl.org/feature.txtRegistered: Fri Apr 18 19:41:41 UTC 2025 - 30.3K bytes - Viewed (0) -
each.txt
=over =item each HASH X<each> X<hash, iterator> =item each ARRAY X<array, iterator> When called on a hash in list context, returns a 2-element list consisting of the key and value for the next elem...perldoc.perl.org/functions/each.txtRegistered: Fri Apr 18 20:21:02 UTC 2025 - 4.9K bytes - Viewed (0) -
write.txt
=over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...perldoc.perl.org/functions/write.txtRegistered: Fri Apr 18 18:22:11 UTC 2025 - 1.7K bytes - Viewed (0) -
oct.txt
=over =item oct EXPR X<oct> X<octal> X<hex> X<hexadecimal> X<binary> X<bin> =item oct Interprets EXPR as an octal string and returns the corresponding value. An octal string consists of octal digit...perldoc.perl.org/functions/oct.txtRegistered: Fri Apr 18 21:00:50 UTC 2025 - 1.4K bytes - Viewed (0) -
evalbytes.txt
=over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...perldoc.perl.org/functions/evalbytes.txtRegistered: Fri Apr 18 18:37:24 UTC 2025 - 859 bytes - Viewed (0) -
readlink.txt
=over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...perldoc.perl.org/functions/readlink.txtRegistered: Fri Apr 18 15:45:11 UTC 2025 - 349 bytes - Viewed (0) -
ord.txt
=over =item ord EXPR X<ord> X<encoding> =item ord Returns the code point of the first character of EXPR. If EXPR is an empty string, returns 0. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. (Note I...perldoc.perl.org/functions/ord.txtRegistered: Fri Apr 18 22:09:35 UTC 2025 - 319 bytes - Viewed (0) -
sin.txt
=over =item sin EXPR X<sin> X<sine> X<asin> X<arcsine> =item sin Returns the sine of EXPR (expressed in radians). If EXPR is omitted, returns sine of L<C<$_>|perlvar/$_>. For the inverse sine opera...perldoc.perl.org/functions/sin.txtRegistered: Fri Apr 18 18:48:58 UTC 2025 - 338 bytes - Viewed (0)