- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 6201 - 6210 of 6,887 for content_length:[0 TO 9999] (0.14 sec)
-
autodie::exception::system.txt
package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # AB...perldoc.perl.org/autodie::exception::system.txtRegistered: Sun Apr 20 09:23:21 UTC 2025 - 1.6K bytes - Viewed (0) -
subs.txt
package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...perldoc.perl.org/subs.txtRegistered: Sun Apr 20 10:17:32 UTC 2025 - 945 bytes - Viewed (0) -
%{^HOOK}.txt
=over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...perldoc.perl.org/variables/%{^HOOK}.txtRegistered: Wed Apr 16 20:38:25 UTC 2025 - 3K bytes - Viewed (0) -
@_.txt
=over =item @ARG =item @_ X<@_> X<@ARG> Within a subroutine the array C<@_> contains the parameters passed to that subroutine. Inside a subroutine, C<@_> is the default array for the array operator...perldoc.perl.org/variables/@_.txtRegistered: Wed Apr 16 20:15:35 UTC 2025 - 247 bytes - Viewed (0) -
perl5283delta.txt
=encoding utf8 =head1 NAME perl5283delta - what is new for perl v5.28.3 =head1 DESCRIPTION This document describes differences between the 5.28.2 release and the 5.28.3 release. If you are upgradin...perldoc.perl.org/perl5283delta.txtRegistered: Thu Apr 17 19:47:36 UTC 2025 - 5K bytes - Viewed (0) -
perl5303delta.txt
=encoding utf8 =head1 NAME perl5303delta - what is new for perl v5.30.3 =head1 DESCRIPTION This document describes differences between the 5.30.2 release and the 5.30.3 release. If you are upgradin...perldoc.perl.org/perl5303delta.txtRegistered: Thu Apr 17 23:21:58 UTC 2025 - 4.9K bytes - Viewed (0) -
perl5341delta.txt
=encoding utf8 =head1 NAME perl5341delta - what is new for perl v5.34.1 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.34.1 release. If you are upgradin...perldoc.perl.org/perl5341delta.txtRegistered: Thu Apr 17 23:13:44 UTC 2025 - 4.1K bytes - Viewed (0) -
ExtUtils::Command.txt
package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...perldoc.perl.org/ExtUtils::Command.txtRegistered: Sun Apr 20 16:42:32 UTC 2025 - 7.6K bytes - Viewed (0) -
File::Spec::OS2.txt
package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...perldoc.perl.org/File::Spec::OS2.txtRegistered: Sun Apr 20 15:28:39 UTC 2025 - 6.6K bytes - Viewed (0) -
Env.txt
package Env; our $VERSION = '1.06'; =head1 NAME Env - perl module that imports environment variables as scalars or arrays =head1 SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_...perldoc.perl.org/Env.txtRegistered: Sun Apr 20 16:35:11 UTC 2025 - 5.4K bytes - Viewed (0)