Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2261 - 2270 of 2,641 for host:perldoc.perl.org (0.04 sec)

  1. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Mon Jul 07 20:19:12 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  2. Math::BigInt::FastCalc.txt

    package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....
    perldoc.perl.org/Math::BigInt::FastCalc.txt
    Registered: Mon Jul 07 18:53:49 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  3. perl589delta - what is new for perl v5.8.9 - Pe...

    perl589delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Notice Incompatible Changes Core Enhancements Unicode Charac...
    perldoc.perl.org/perl589delta
    Registered: Mon Jul 07 15:34:25 UTC 2025
    - 102.2K bytes
    - Viewed (0)
  4. perl5162delta - what is new for perl v5.16.2 - ...

    perl5162delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Modules and Pragmata Updated Modules a...
    perldoc.perl.org/perl5162delta
    Registered: Mon Jul 07 15:34:45 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  5. perl5182delta - what is new for perl v5.18.2 - ...

    perl5182delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Modules and Pragmata Updated Modules and Pragmata Documenta...
    perldoc.perl.org/perl5182delta
    Registered: Mon Jul 07 15:34:59 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  6. split.txt

    =over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...
    perldoc.perl.org/functions/split.txt
    Registered: Tue Jul 08 11:45:36 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  7. lc.txt

    =over =item lc EXPR X<lc> X<lowercase> =item lc Returns a lowercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = lc("Perl is GREAT"); # "perl is great" What gets return...
    perldoc.perl.org/functions/lc.txt
    Registered: Tue Jul 08 13:37:19 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  8. read.txt

    =over =item read FILEHANDLE,SCALAR,LENGTH,OFFSET X<read> X<file, read> =item read FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH I<characters> of data into variable SCALAR from the specified FILE...
    perldoc.perl.org/functions/read.txt
    Registered: Tue Jul 08 11:05:35 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  9. chomp.txt

    =over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...
    perldoc.perl.org/functions/chomp.txt
    Registered: Tue Jul 08 09:46:16 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  10. printf.txt

    =over =item printf FILEHANDLE FORMAT, LIST X<printf> =item printf FILEHANDLE =item printf FORMAT, LIST =item printf Equivalent to C<print FILEHANDLE sprintf(FORMAT, LIST)>, except that L<C<$\>|perl...
    perldoc.perl.org/functions/printf.txt
    Registered: Tue Jul 08 14:02:29 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top