Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test [xss] %27

Results 821 - 830 of 2,125 for filetype:txt (0.05 sec)

  1. Math::BigRat.txt

    # # "Tax the rat farms." - Lord Vetinari # # The following hash values are used: # sign : "+", "-", "+inf", "-inf", or "NaN" # _d : denominator # _n : numerator (value = _n/_d) # accuracy : accurac...
    perldoc.perl.org/Math::BigRat.txt
    Registered: Fri Nov 01 20:24:33 UTC 2024
    - 94.8K bytes
    - Viewed (0)
  2. Math::Complex.txt

    # # Complex numbers and associated mathematical functions # -- Raphael Manfredi Since Sep 1996 # -- Jarkko Hietaniemi Since Mar 1997 # -- Daniel S. Lewart Since Sep 1997 # package Math::Complex; { ...
    perldoc.perl.org/Math::Complex.txt
    Registered: Fri Nov 01 19:25:01 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  3. perlnewmod.txt

    =head1 NAME perlnewmod - preparing a new module for distribution =head1 DESCRIPTION This document gives you some suggestions about how to go about writing Perl modules, preparing them for distribut...
    perldoc.perl.org/perlnewmod.txt
    Registered: Fri Nov 01 21:23:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. perllol.txt

    =head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...
    perldoc.perl.org/perllol.txt
    Registered: Fri Nov 01 20:55:44 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  5. open.txt

    package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...
    perldoc.perl.org/open.txt
    Registered: Fri Nov 01 19:48:50 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  6. $a.txt

    =over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...
    perldoc.perl.org/variables/$a.txt Similar Results (1)
    Registered: Fri Nov 01 22:12:00 UTC 2024
    - 394 bytes
    - Viewed (0)
  7. 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: Sat Nov 02 01:56:37 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  8. $!.txt

    =over =item $OS_ERROR =item $ERRNO =item $! X<$!> X<$ERRNO> X<$OS_ERROR> When referenced, C<$!> retrieves the current value of the C C<errno> integer variable. If C<$!> is assigned a numerical valu...
    perldoc.perl.org/variables/$!.txt
    Registered: Sat Nov 02 02:14:34 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. ${^LAST_FH}.txt

    =over =item ${^LAST_FH} X<${^LAST_FH}> This read-only variable contains a reference to the last-read filehandle. This is set by C<< <HANDLE> >>, C<readline>, C<tell>, C<eof> and C<seek>. This is th...
    perldoc.perl.org/variables/${^LAST_FH}.txt
    Registered: Sat Nov 02 02:35:44 UTC 2024
    - 415 bytes
    - Viewed (0)
  10. ${^LAST_SUCCESSFUL_PATTERN}.txt

    =over =item ${^LAST_SUCCESSFUL_PATTERN} The last successful pattern that matched in the current scope. The empty pattern defaults to matching to this. For instance: if (m/foo/ || m/bar/) { s//BLAH/...
    perldoc.perl.org/variables/${^LAST_SUCCESSFUL_PATTERN}.txt
    Registered: Sat Nov 02 03:26:26 UTC 2024
    - 435 bytes
    - Viewed (0)
Back to top