Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 1,306 for label:perl (0.03 sec)

  1. IO::Socket.txt

    # IO::Socket.pm # # Copyright (c) 1997-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...
    perldoc.perl.org/IO::Socket.txt
    Registered: Sun Apr 13 22:41:33 UTC 2025
    - 27.7K bytes
    - Viewed (0)
  2. IO::Compress::FAQ.txt

    =head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...
    perldoc.perl.org/IO::Compress::FAQ.txt
    Registered: Mon Apr 14 03:24:53 UTC 2025
    - 20.5K bytes
    - Viewed (0)
  3. IPC::Semaphore.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::Semaphore.txt
    Registered: Sun Apr 13 22:04:19 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  4. 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: Mon Apr 14 01:05:48 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  5. Getopt::Long::Parser.txt

    #! perl # Parser.pm -- Getopt::Long object oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Sat Nov 11 17:48:49 2023 # Update Count : 13 # Stat...
    perldoc.perl.org/Getopt::Long::Parser.txt
    Registered: Mon Apr 14 02:27:53 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. IO.txt

    # package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...
    perldoc.perl.org/IO.txt
    Registered: Mon Apr 14 01:14:45 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. Memoize::Storable.txt

    use strict; use warnings; package Memoize::Storable; our $VERSION = '1.16'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...
    perldoc.perl.org/Memoize::Storable.txt
    Registered: Sun Apr 13 22:13:10 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. perlfaq.txt

    =head1 NAME perlfaq - Frequently asked questions about Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION The perlfaq comprises several documents that answer the most commonly asked question...
    perldoc.perl.org/perlfaq.txt
    Registered: Wed Apr 16 09:50:53 UTC 2025
    - 22.2K bytes
    - Viewed (0)
  9. perlintro.txt

    =head1 NAME perlintro - a brief introduction and overview of Perl =head1 DESCRIPTION This document is intended to give you a quick overview of the Perl programming language, along with pointers to ...
    perldoc.perl.org/perlintro.txt
    Registered: Wed Apr 16 11:03:11 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  10. perlebcdic.txt

    =encoding utf8 =head1 NAME perlebcdic - Considerations for running Perl on EBCDIC platforms =head1 DESCRIPTION An exploration of some of the issues facing Perl programmers on EBCDIC based computers...
    perldoc.perl.org/perlebcdic.txt
    Registered: Thu Apr 17 20:08:26 UTC 2025
    - 82.4K bytes
    - Viewed (0)
Back to top