- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 561 - 570 of 1,306 for label:perl (0.03 sec)
-
vars.txt
package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...perldoc.perl.org/vars.txtRegistered: Sat Apr 12 14:51:23 UTC 2025 - 2.4K 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: Sat Apr 12 14:45:14 UTC 2025 - 945 bytes - Viewed (0) -
ExtUtils::MakeMaker::FAQ.txt
package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txtRegistered: Sun Apr 13 14:27:54 UTC 2025 - 19.8K bytes - Viewed (0) -
ExtUtils::Manifest.txt
package ExtUtils::Manifest; # git description: 1.74-10-g1bddbb0 require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; us...perldoc.perl.org/ExtUtils::Manifest.txtRegistered: Sun Apr 13 17:23:42 UTC 2025 - 22.9K bytes - Viewed (0) -
Encode::Alias.txt
package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...perldoc.perl.org/Encode::Alias.txtRegistered: Sun Apr 13 09:51:39 UTC 2025 - 12.4K bytes - Viewed (0) -
ExtUtils::Miniperl.txt
#!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.14'; # blead ...perldoc.perl.org/ExtUtils::Miniperl.txtRegistered: Sun Apr 13 11:33:53 UTC 2025 - 6.9K 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 13 10:28:14 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 13 18:49:57 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 13 13:49:42 UTC 2025 - 5.4K bytes - Viewed (0) -
IO::Socket::UNIX.txt
# IO::Socket::UNIX.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::UNIX.txtRegistered: Sun Apr 13 18:26:30 UTC 2025 - 3.9K bytes - Viewed (0)