- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 701 - 710 of 1,306 for label:perl (0.03 sec)
-
pl2pm.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME pl2pm - Rough tool...perldoc.perl.org/pl2pm.txtRegistered: Sat Apr 19 22:11:01 UTC 2025 - 4.5K bytes - Viewed (0) -
Amiga::ARexx.txt
package Amiga::ARexx; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a ...perldoc.perl.org/Amiga::ARexx.txtRegistered: Sun Apr 20 00:09:22 UTC 2025 - 6.7K bytes - Viewed (0) -
pod2usage.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # pod2usage -- command to print usage messages from embedded pod docs # # Copyright (c) 1996-2000 ...perldoc.perl.org/pod2usage.txtRegistered: Sat Apr 19 23:08:28 UTC 2025 - 4K bytes - Viewed (0) -
App::Prove::State::Result::Test.txt
package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =he...perldoc.perl.org/App::Prove::State::Result::Test.txtRegistered: Sun Apr 20 01:15:30 UTC 2025 - 3.3K bytes - Viewed (0) -
autodie.txt
package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...perldoc.perl.org/autodie.txtRegistered: Sun Apr 20 11:06:25 UTC 2025 - 12.1K bytes - Viewed (0) -
CPAN::Distroprefs.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...perldoc.perl.org/CPAN::Distroprefs.txtRegistered: Sun Apr 20 12:10:49 UTC 2025 - 11.7K bytes - Viewed (0) -
overloading.txt
package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...perldoc.perl.org/overloading.txtRegistered: Sun Apr 20 12:49:28 UTC 2025 - 1.8K bytes - Viewed (0) -
Pod::Text::Overstrike.txt
# Convert POD data to formatted overstrike text # # This was written because the output from: # # pod2text Text.pm > plain.txt; less plain.txt # # is not as rich as the output from # # pod2man Text...perldoc.perl.org/Pod::Text::Overstrike.txtRegistered: Sun Mar 23 21:03:15 UTC 2025 - 6.8K bytes - Viewed (0) -
Safe.txt
package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.46"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...perldoc.perl.org/Safe.txtRegistered: Sat Apr 05 21:50:48 UTC 2025 - 24.8K bytes - Viewed (0) -
Pod::Simple::RTF.txt
package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...perldoc.perl.org/Pod::Simple::RTF.txtRegistered: Sat Apr 05 21:13:49 UTC 2025 - 22.9K bytes - Viewed (0)