- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 301 - 310 of 1,306 for label:perl (0.02 sec)
-
corelist.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl =head1 NAME co...perldoc.perl.org/corelist.txtRegistered: Mon Apr 07 11:20:15 UTC 2025 - 15.1K bytes - Viewed (0) -
libnetcfg.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME libnetcfg - config...perldoc.perl.org/libnetcfg.txtRegistered: Mon Apr 07 10:34:29 UTC 2025 - 15.5K bytes - Viewed (0) -
shasum.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl ## shasum: filter for c...perldoc.perl.org/shasum.txtRegistered: Mon Apr 07 11:31:19 UTC 2025 - 9.8K bytes - Viewed (0) -
encguess.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl use 5.008001; BEGIN {...perldoc.perl.org/encguess.txtRegistered: Mon Apr 07 10:14:30 UTC 2025 - 3.1K bytes - Viewed (0) -
ptardiff.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...perldoc.perl.org/ptardiff.txtRegistered: Mon Apr 07 10:42:30 UTC 2025 - 2.7K bytes - Viewed (0) -
Text::Balanced.txt
# Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...perldoc.perl.org/Text::Balanced.txtRegistered: Thu Apr 03 20:44:51 UTC 2025 - 78.9K bytes - Viewed (0) -
Unicode::Collate::Locale.txt
package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...perldoc.perl.org/Unicode::Collate::Locale.txtRegistered: Thu Apr 03 19:41:32 UTC 2025 - 18.5K bytes - Viewed (0) -
TAP::Formatter::Base.txt
package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...perldoc.perl.org/TAP::Formatter::Base.txtRegistered: Sat Apr 05 16:23:58 UTC 2025 - 12.1K bytes - Viewed (0) -
Symbol.txt
package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...perldoc.perl.org/Symbol.txtRegistered: Sat Apr 05 17:37:03 UTC 2025 - 4.8K bytes - Viewed (0) -
Pod::Simple::DumpAsText.txt
package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...perldoc.perl.org/Pod::Simple::DumpAsText.txtRegistered: Sat Apr 05 14:42:11 UTC 2025 - 3.9K bytes - Viewed (0)