Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 1,306 for label:perl (0.08 sec)

  1. deprecate.txt

    package deprecate; use strict; use warnings; our $VERSION = 0.04; # our %Config can ignore %Config::Config, e.g. for testing our %Config; unless (%Config) { require Config; *Config = \%Config::Conf...
    perldoc.perl.org/deprecate.txt
    Registered: Sat Jun 07 19:42:13 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  2. filetest.txt

    package filetest; our $VERSION = '1.03'; =head1 NAME filetest - Perl pragma to control the filetest permission operators =head1 SYNOPSIS $can_perhaps_read = -r "file"; # use the mode bits { use fil...
    perldoc.perl.org/filetest.txt
    Registered: Sat Jun 07 19:51:42 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  3. DBM_Filter::utf8.txt

    package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...
    perldoc.perl.org/DBM_Filter::utf8.txt
    Registered: Sun Jun 08 01:29:37 UTC 2025
    - 777 bytes
    - Viewed (0)
  4. perlretut.txt

    =head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...
    perldoc.perl.org/perlretut.txt
    Registered: Wed Jun 04 18:57:01 UTC 2025
    - 120.5K bytes
    - Viewed (0)
  5. strict.txt

    package strict; $strict::VERSION = "1.13"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Wed Jun 04 19:01:59 UTC 2025
    - 5K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top