Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 410 of 1,306 for label:perl (0.04 sec)

  1. chr.txt

    =over =item chr NUMBER X<chr> X<character> X<ASCII> X<Unicode> =item chr Returns the character represented by that NUMBER in the character set. For example, C<chr(65)> is C<"A"> in either ASCII or ...
    perldoc.perl.org/functions/chr.txt
    Registered: Thu Jun 05 05:57:27 UTC 2025
    - 711 bytes
    - Viewed (0)
  2. opendir.txt

    =over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...
    perldoc.perl.org/functions/opendir.txt
    Registered: Thu Jun 05 05:41:57 UTC 2025
    - 768 bytes
    - Viewed (0)
  3. say.txt

    =over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...
    perldoc.perl.org/functions/say.txt
    Registered: Thu Jun 05 10:28:18 UTC 2025
    - 710 bytes
    - Viewed (0)
  4. modules.txt

    =head2 Pragmatic Modules They work somewhat like compiler directives (pragmata) in that they tend to affect the compilation of your program, and thus will usually work well only when used within a ...
    perldoc.perl.org/modules.txt
    Registered: Wed Jun 04 11:48:46 UTC 2025
    - 60.8K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top