- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1191 - 1200 of 1,302 for label:perl (0.04 sec)
-
Unicode::Collate.txt
package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...perldoc.perl.org/Unicode::Collate.txtRegistered: Mon Nov 18 22:50:18 UTC 2024 - 64.1K bytes - Viewed (0) -
Text::Wrap.txt
use strict; use warnings; package Text::Wrap; use warnings::register; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( wrap fill ); our @EXPORT_OK = qw( $columns $break $h...perldoc.perl.org/Text::Wrap.txtRegistered: Mon Nov 18 21:10:15 UTC 2024 - 8.7K bytes - Viewed (0) -
perlbook.txt
=head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...perldoc.perl.org/perlbook.txtRegistered: Tue Nov 19 00:27:56 UTC 2024 - 8.3K bytes - Viewed (0) -
Tie::Memoize.txt
use strict; package Tie::Memoize; use Tie::Hash; our @ISA = 'Tie::ExtraHash'; our $VERSION = '1.1'; our $exists_token = \undef; sub croak {require Carp; goto &Carp::croak} # Format: [0: STORAGE, 1:...perldoc.perl.org/Tie::Memoize.txtRegistered: Mon Nov 18 22:05:32 UTC 2024 - 4.2K bytes - Viewed (0) -
Tie::StdHandle.txt
package Tie::StdHandle; use strict; use Tie::Handle; our @ISA = 'Tie::Handle'; our $VERSION = '4.6'; =head1 NAME Tie::StdHandle - base class definitions for tied handles =head1 SYNOPSIS package New...perldoc.perl.org/Tie::StdHandle.txtRegistered: Mon Nov 18 21:44:37 UTC 2024 - 1.4K bytes - Viewed (0) -
continue.txt
=over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, L<C<continue>|/continue BLOCK> is actually a flow control statement rather than a function. If there is a L<C<continu...perldoc.perl.org/functions/continue.txtRegistered: Wed Nov 20 21:23:57 UTC 2024 - 1.9K 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: Wed Nov 20 21:30:38 UTC 2024 - 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: Thu Nov 21 00:50:40 UTC 2024 - 349 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: Thu Nov 21 02:11:50 UTC 2024 - 1.7K bytes - Viewed (0) -
rename.txt
=over =item rename OLDNAME,NEWNAME X<rename> X<move> X<mv> X<ren> Changes the name of a file; an existing file NEWNAME will be clobbered. Returns true for success; on failure returns false and sets...perldoc.perl.org/functions/rename.txtRegistered: Thu Nov 21 00:55:28 UTC 2024 - 787 bytes - Viewed (0)