- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 1,302 for label:perl (1.56 sec)
-
perlwin32.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlwin32.txtRegistered: Wed Nov 20 11:28:01 UTC 2024 - 31.1K bytes - Viewed (0) -
perlmacosx.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlmacosx.txtRegistered: Wed Nov 20 08:50:26 UTC 2024 - 11.9K bytes - Viewed (0) -
crypt.txt
=over =item crypt PLAINTEXT,SALT X<crypt> X<digest> X<hash> X<salt> X<plaintext> X<password> X<decrypt> X<cryptography> X<passwd> X<encrypt> Creates a digest string exactly like the L<crypt(3)> fun...perldoc.perl.org/functions/crypt.txtRegistered: Wed Nov 20 18:00:51 UTC 2024 - 3.6K bytes - Viewed (0) -
hex.txt
=over =item hex EXPR X<hex> X<hexadecimal> =item hex Interprets EXPR as a hex string and returns the corresponding numeric value. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. print hex '0xAf'; # p...perldoc.perl.org/functions/hex.txtRegistered: Wed Nov 20 18:17:02 UTC 2024 - 938 bytes - Viewed (0) -
perlrepository.txt
=encoding utf8 =head1 NAME perlrepository - Links to current information on the Perl source repository =head1 DESCRIPTION Perl's source code is stored in a Git repository. See L<perlhack> for an ex...perldoc.perl.org/perlrepository.txtRegistered: Wed Nov 20 11:34:29 UTC 2024 - 509 bytes - Viewed (0) -
perltodo.txt
=head1 NAME perltodo - Link to the Perl to-do list =head1 DESCRIPTION The Perl 5 to-do list is maintained in the git repository, and can be viewed at L<https://github.com/Perl/perl5/blob/blead/Port...perldoc.perl.org/perltodo.txtRegistered: Wed Nov 20 11:10:03 UTC 2024 - 372 bytes - Viewed (0) -
perlboot.txt
=encoding utf8 =head1 NAME perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...perldoc.perl.org/perlboot.txtRegistered: Wed Nov 20 11:03:23 UTC 2024 - 294 bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_4.txt
=for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_4 - Version 1.4 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...perldoc.perl.org/CPAN::Meta::History::Meta_1_4.txtRegistered: Fri Nov 15 23:45:44 UTC 2024 - 18.6K bytes - Viewed (0) -
AutoLoader.txt
package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...perldoc.perl.org/AutoLoader.txtRegistered: Fri Nov 15 22:59:59 UTC 2024 - 15.4K bytes - Viewed (0) -
autodie::hints.txt
package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...perldoc.perl.org/autodie::hints.txtRegistered: Fri Nov 15 21:39:59 UTC 2024 - 16.7K bytes - Viewed (0)