- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1121 - 1130 of 1,306 for label:perl (0.12 sec)
-
Math::Complex.txt
# # Complex numbers and associated mathematical functions # -- Raphael Manfredi Since Sep 1996 # -- Jarkko Hietaniemi Since Mar 1997 # -- Daniel S. Lewart Since Sep 1997 # package Math::Complex; { ...perldoc.perl.org/Math::Complex.txtRegistered: Sat Apr 19 18:27:33 UTC 2025 - 48.9K bytes - Viewed (0) -
bigint.txt
package bigint; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bigint.txtRegistered: Sat Apr 19 19:09:47 UTC 2025 - 22.6K bytes - Viewed (0) -
cpan.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 #!/usr/local/bin/perl BEGIN { ...perldoc.perl.org/cpan.txtRegistered: Sat Apr 19 23:00:59 UTC 2025 - 8.2K bytes - Viewed (0) -
perlivp.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 # perlivp v5.40.2 BEGIN { pop ...perldoc.perl.org/perlivp.txtRegistered: Sat Apr 19 22:30:49 UTC 2025 - 10.7K bytes - Viewed (0) -
open.txt
package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...perldoc.perl.org/open.txtRegistered: Sat Apr 19 19:41:47 UTC 2025 - 8.3K bytes - Viewed (0) -
ptargrep.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 #!/usr/bin/perl ########## # T...perldoc.perl.org/ptargrep.txtRegistered: Sat Apr 19 22:54:40 UTC 2025 - 4.4K bytes - Viewed (0) -
B::Deparse.txt
# B::Deparse.pm # Copyright (c) 1998-2000, 2002, 2003, 2004, 2005, 2006 Stephen McCamant. # All rights reserved. # This module is free software; you can redistribute and/or modify # it under the sa...perldoc.perl.org/B::Deparse.txtRegistered: Sun Apr 20 02:36:24 UTC 2025 - 216.1K bytes - Viewed (0) -
CPAN::HandleConfig.txt
package CPAN::HandleConfig; use strict; use vars qw(%can %keys $loading $VERSION); use File::Path (); use File::Spec (); use File::Basename (); use Carp (); =head1 NAME CPAN::HandleConfig - interna...perldoc.perl.org/CPAN::HandleConfig.txtRegistered: Sun Apr 20 01:29:42 UTC 2025 - 23.6K bytes - Viewed (0) -
threads::shared.txt
package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...perldoc.perl.org/threads::shared.txtRegistered: Sat Apr 19 23:53:31 UTC 2025 - 20.1K bytes - Viewed (0) -
DB.txt
# # Documentation is at the __END__ # package DB; # "private" globals my ($running, $ready, $deep, $usrctxt, $evalarg, @stack, @saved, @skippkg, @clients); my $preeval = {}; my $posteval = {}; my $...perldoc.perl.org/DB.txtRegistered: Sun Apr 20 02:48:35 UTC 2025 - 18.5K bytes - Viewed (0)