Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 721 - 730 of 1,302 for label:perl (0.06 sec)

  1. Math::BigInt::Calc.txt

    package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...
    perldoc.perl.org/Math::BigInt::Calc.txt
    Registered: Sat Nov 16 21:19:19 UTC 2024
    - 74.2K bytes
    - Viewed (0)
  2. I18N::LangTags.txt

    # Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...
    perldoc.perl.org/I18N::LangTags.txt
    Registered: Sat Nov 16 15:27:15 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  3. IO::Compress::Deflate.txt

    package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.212 (); use IO::Compress::Adapter::Deflate 2.212 ; use IO::Co...
    perldoc.perl.org/IO::Compress::Deflate.txt
    Registered: Sat Nov 16 15:35:27 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  4. PerlIO.txt

    package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...
    perldoc.perl.org/PerlIO.txt
    Registered: Sat Nov 16 17:48:57 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  5. Net::FTP::dataconn.txt

    ## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...
    perldoc.perl.org/Net::FTP::dataconn.txt
    Registered: Sat Nov 16 15:10:22 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. IO::File.txt

    # package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...
    perldoc.perl.org/IO::File.txt
    Registered: Sat Nov 16 18:17:26 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  7. Internals.txt

    =head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...
    perldoc.perl.org/Internals.txt
    Registered: Sat Nov 16 21:44:45 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Sat Nov 16 17:37:18 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. 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: Tue Nov 26 11:30:40 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  10. B::Concise.txt

    package B::Concise; # Copyright (C) 2000-2003 Stephen McCamant. All rights reserved. # This program is free software; you can redistribute and/or modify it # under the same terms as Perl itself. # ...
    perldoc.perl.org/B::Concise.txt
    Registered: Fri Nov 15 14:33:52 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top