Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. perlebcdic.txt

    =encoding utf8 =head1 NAME perlebcdic - Considerations for running Perl on EBCDIC platforms =head1 DESCRIPTION An exploration of some of the issues facing Perl programmers on EBCDIC based computers...
    perldoc.perl.org/perlebcdic.txt
    Registered: Wed Jun 04 23:41:15 UTC 2025
    - 82.4K bytes
    - Viewed (0)
  2. Text::Balanced.txt

    # Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...
    perldoc.perl.org/Text::Balanced.txt
    Registered: Wed Jun 04 22:12:22 UTC 2025
    - 78.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top