Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 1,306 for label:perl (0.03 sec)

  1. perlsec.txt

    =head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...
    perldoc.perl.org/perlsec.txt
    Registered: Wed Jun 04 23:30:34 UTC 2025
    - 27.2K bytes
    - Viewed (0)
  2. perlootut.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlootut.pod =head1 NAME perlootut - Object-Oriented Programming in Perl Tutorial =head1...
    perldoc.perl.org/perlootut.txt
    Registered: Wed Jun 04 19:19:19 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  3. perlreftut.txt

    =head1 NAME perlreftut - Mark's very short tutorial about references =head1 DESCRIPTION One of the most important new features in Perl 5 was the capability to manage complicated data structures lik...
    perldoc.perl.org/perlreftut.txt
    Registered: Wed Jun 04 20:28:15 UTC 2025
    - 18.3K bytes
    - Viewed (0)
  4. Unicode::Collate::Locale.txt

    package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...
    perldoc.perl.org/Unicode::Collate::Locale.txt
    Registered: Wed Jun 04 23:03:47 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  5. perlopentut.txt

    =encoding utf8 =head1 NAME perlopentut - simple recipes for opening files and pipes in Perl =head1 DESCRIPTION Whenever you do I/O on a file in Perl, you do so through what in Perl is called a B<fi...
    perldoc.perl.org/perlopentut.txt
    Registered: Wed Jun 04 21:46:22 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  6. perlmodinstall.txt

    =head1 NAME perlmodinstall - Installing CPAN Modules =head1 DESCRIPTION You can think of a module as the fundamental unit of reusable Perl code; see L<perlmod> for details. Whenever anyone creates ...
    perldoc.perl.org/perlmodinstall.txt
    Registered: Wed Jun 04 20:52:45 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Thu Jun 05 13:46:28 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  8. alarm.txt

    =over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...
    perldoc.perl.org/functions/alarm.txt
    Registered: Thu Jun 05 18:06:56 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  9. readline.txt

    =over =item readline EXPR =item readline X<readline> X<gets> X<fgets> Reads from the filehandle whose typeglob is contained in EXPR (or from C<*ARGV> if EXPR is not provided). In scalar context, ea...
    perldoc.perl.org/functions/readline.txt
    Registered: Thu Jun 05 12:26:43 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  10. exists.txt

    =over =item exists EXPR X<exists> X<autovivification> Given an expression that specifies an element of a hash, returns true if the specified element in the hash has ever been initialized, even if t...
    perldoc.perl.org/functions/exists.txt
    Registered: Thu Jun 05 14:48:33 UTC 2025
    - 2.5K bytes
    - Viewed (0)
Back to top