Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1391 - 1400 of 2,642 for host:perldoc.perl.org (0.04 sec)

  1. bigrat.txt

    package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bigrat.txt
    Registered: Fri Sep 12 19:55:39 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  2. CPAN::Meta::Requirements.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...
    perldoc.perl.org/CPAN::Meta::Requirements.txt
    Registered: Fri Sep 12 23:30:02 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  3. mro.txt

    # mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...
    perldoc.perl.org/mro.txt
    Registered: Fri Sep 12 18:51:52 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  4. experimental.txt

    package experimental; $experimental::VERSION = '0.035'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...
    perldoc.perl.org/experimental.txt
    Registered: Fri Sep 12 21:37:02 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  5. B::Showlex.txt

    package B::Showlex; our $VERSION = '1.05'; use strict; use B qw(svref_2object comppadlist class); use B::Terse (); use B::Concise (); # # Invoke as # perl -MO=Showlex,foo bar.pl # to see the names ...
    perldoc.perl.org/B::Showlex.txt
    Registered: Fri Sep 12 21:22:28 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  6. locale.txt

    package locale; use strict; use warnings; our $VERSION = '1.13'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...
    perldoc.perl.org/locale.txt
    Registered: Fri Sep 12 20:30:27 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  7. perl5224delta - what is new for perl v5.22.4 - ...

    perl5224delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security Improved handling of '.' in @INC in base.pm "Escap...
    perldoc.perl.org/perl5224delta
    Registered: Fri Sep 12 12:15:25 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  8. $. - Perldoc Browser

    variables / $. ( source , CPAN ) # HANDLE->input_line_number( EXPR ) # $INPUT_LINE_NUMBER # $NR # $. Current line num...
    perldoc.perl.org/variables/$.
    Registered: Fri Sep 12 12:33:15 UTC 2025
    - 16.2K bytes
    - Viewed (0)
  9. $| - Perldoc Browser

    variables / $| ( source , CPAN ) # HANDLE->autoflush( EXPR ) # $OUTPUT_AUTOFLUSH # $| If set to nonzero, forces a flu...
    perldoc.perl.org/variables/$|
    Registered: Fri Sep 12 12:33:19 UTC 2025
    - 15.7K bytes
    - Viewed (0)
  10. $^L - Perldoc Browser

    variables / $^L ( source , CPAN ) # IO::Handle->format_formfeed(EXPR) # $FORMAT_FORMFEED # $^L What formats output as...
    perldoc.perl.org/variables/$^L
    Registered: Fri Sep 12 12:33:28 UTC 2025
    - 15.1K bytes
    - Viewed (0)
Back to top