- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 1,151 for label:perl (0.04 sec)
-
perldoc.txt
=head1 NAME perldoc - Look up Perl documentation in Pod format. =head1 SYNOPSIS perldoc [-h] [-D] [-t] [-u] [-m] [-l] [-U] [-F] [-i] [-V] [-T] [-r] [-d destination_file] [-o formatname] [-M Formatt...perldoc.perl.org/perldoc.txtRegistered: Fri Nov 15 10:58:00 UTC 2024 - 9.2K bytes - Viewed (0) -
perlop.txt
=encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...perldoc.perl.org/perlop.txtRegistered: Fri Nov 15 11:50:43 UTC 2024 - 173.2K bytes - Viewed (0) -
variables.txt
=pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...perldoc.perl.org/variables.txtRegistered: Fri Nov 15 11:09:13 UTC 2024 - 10.5K bytes - Viewed (0) -
I18N::LangTags::List.txt
require 5; package I18N::LangTags::List; # Time-stamp: "2004-10-06 23:26:21 ADT" use strict; our (%Name, %Is_Disrec, $Debug); our $VERSION = '0.41'; # POD at the end. #--------- { # read the table ...perldoc.perl.org/I18N::LangTags::List.txtRegistered: Sat Nov 16 16:38:55 UTC 2024 - 28.1K bytes - Viewed (0) -
Net::POP3.txt
# Net::POP3.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...perldoc.perl.org/Net::POP3.txtRegistered: Sat Nov 16 15:23:43 UTC 2024 - 21.1K bytes - Viewed (0) -
IO::Socket::INET.txt
# IO::Socket::INET.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 a...perldoc.perl.org/IO::Socket::INET.txtRegistered: Sat Nov 16 16:08:52 UTC 2024 - 12.5K bytes - Viewed (0) -
Net::Netrc.txt
# Net::Netrc.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it...perldoc.perl.org/Net::Netrc.txtRegistered: Sat Nov 16 17:07:45 UTC 2024 - 8K bytes - Viewed (0) -
Perl::OSType.txt
use strict; use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types our $VERSION = '1.010'; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( ...perldoc.perl.org/Perl::OSType.txtRegistered: Sat Nov 16 17:01:51 UTC 2024 - 4.6K bytes - Viewed (0) -
File::Spec::Cygwin.txt
package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...perldoc.perl.org/File::Spec::Cygwin.txtRegistered: Sat Nov 16 15:55:36 UTC 2024 - 3.5K bytes - Viewed (0) -
Encode::KR.txt
package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::KR.txtRegistered: Sat Nov 16 14:36:42 UTC 2024 - 1.9K bytes - Viewed (0)