Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,301 for label:perl (0.05 sec)

  1. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Tue Nov 18 05:38:36 UTC 2025
    - 318.6K bytes
    - Viewed (0)
  2. perlfaq5.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq5 - Files and Formats =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with I/O and the "f" issues: filehandles, flushing, formats, an...
    perldoc.perl.org/perlfaq5.txt
    Registered: Mon Nov 17 23:37:30 UTC 2025
    - 55K bytes
    - Viewed (0)
  3. 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: Mon Nov 17 23:00:27 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  4. 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: Mon Nov 17 21:31:56 UTC 2025
    - 18.3K 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: Mon Nov 17 20:59:33 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: Mon Nov 17 23:11:48 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  7. strict.txt

    package strict; $strict::VERSION = "1.14"; 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: Mon Nov 17 18:54:22 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  8. Time::Piece.txt

    package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...
    perldoc.perl.org/Time::Piece.txt
    Registered: Tue Nov 18 09:50:52 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  9. Time::HiRes.txt

    package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...
    perldoc.perl.org/Time::HiRes.txt
    Registered: Tue Nov 18 12:52:22 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  10. ExtUtils::Typemaps.txt

    package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...
    perldoc.perl.org/ExtUtils::Typemaps.txt
    Registered: Tue Nov 18 07:56:40 UTC 2025
    - 26.4K bytes
    - Viewed (0)
Back to top