Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 811 - 820 of 1,306 for label:perl (0.02 sec)

  1. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.212 ; use IO::Compress::Base::Common 2.212 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Mon Apr 14 02:49:22 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  2. IO::Uncompress::Base.txt

    package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.212'; use constant G_EOF => 0 ; use ...
    perldoc.perl.org/IO::Uncompress::Base.txt
    Registered: Mon Apr 14 03:12:32 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  3. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Sun Apr 13 23:11:09 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  4. Locale::Maketext::Simple.txt

    package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...
    perldoc.perl.org/Locale::Maketext::Simple.txt
    Registered: Mon Apr 14 02:57:01 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  5. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Mon Apr 14 02:35:14 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  6. IO::Pipe.txt

    # IO::Pipe.pm # # Copyright (c) 1996-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Pipe.txt
    Registered: Sun Apr 13 22:34:32 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  7. IPC::Msg.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Msg.txt
    Registered: Mon Apr 14 00:02:02 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  8. perl.txt

    =head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...
    perldoc.perl.org/perl.txt
    Registered: Wed Apr 16 09:14:47 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  9. perlhist.txt

    =encoding utf8 =head1 NAME perlhist - the Perl history records =head1 DESCRIPTION This document aims to record the Perl source code releases. =head1 INTRODUCTION Perl history in brief, by Larry Wal...
    perldoc.perl.org/perlhist.txt
    Registered: Wed Apr 16 09:04:41 UTC 2025
    - 59.2K bytes
    - Viewed (0)
  10. Pod::Perldoc.txt

    use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...
    perldoc.perl.org/Pod::Perldoc.txt
    Registered: Fri Apr 18 09:30:10 UTC 2025
    - 63.1K bytes
    - Viewed (0)
Back to top