- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 1,306 for label:perl (0.03 sec)
-
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.txtRegistered: Sun Apr 13 22:41:33 UTC 2025 - 27.7K bytes - Viewed (0) -
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.txtRegistered: Mon Apr 14 03:24:53 UTC 2025 - 20.5K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 13 22:04:19 UTC 2025 - 6.3K bytes - Viewed (0) -
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.txtRegistered: Mon Apr 14 01:05:48 UTC 2025 - 4.3K bytes - Viewed (0) -
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.txtRegistered: Mon Apr 14 02:27:53 UTC 2025 - 3.9K bytes - Viewed (0) -
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.txtRegistered: Mon Apr 14 01:14:45 UTC 2025 - 1.4K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 13 22:13:10 UTC 2025 - 1.3K bytes - Viewed (0) -
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.txtRegistered: Wed Apr 16 09:50:53 UTC 2025 - 22.2K bytes - Viewed (0) -
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.txtRegistered: Wed Apr 16 11:03:11 UTC 2025 - 21.9K bytes - Viewed (0) -
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.txtRegistered: Thu Apr 17 20:08:26 UTC 2025 - 82.4K bytes - Viewed (0)