代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/138548/5815467
pm trace.pm
#!/usr/bin/perl -w
package Math::BigInt::Trace;
require 5.005_02;
use strict;
use Exporter;
use Math::BigInt;
use vars qw($VERSION @ISA $PACKAGE @EXPORT_OK
$accuracy $precision $round_m
www.eeworm.com/read/138548/5815487
pm lite.pm
# ======================================================================
#
# Copyright (C) 2000-2001 Paul Kulchenko (paulclinger@yahoo.com)
# SOAP::Lite is free software; you can redistribute it
# and
www.eeworm.com/read/138548/5815489
pm methods.pm
package Net::HTTP::Methods;
# $Id: Methods.pm,v 1.7 2001/12/05 16:58:05 gisle Exp $
require 5.005; # 4-arg substr
use strict;
use vars qw($VERSION);
$VERSION = "0.02";
my $CRLF = "\015\012"; #
www.eeworm.com/read/138548/5815498
pm unix.pm
package File::Spec::Unix;
use strict;
use vars qw($VERSION);
$VERSION = '1.2';
use Cwd;
=head1 NAME
File::Spec::Unix - methods used by File::Spec
=head1 SYNOPSIS
require File::Spec::Unix; # Do
www.eeworm.com/read/138548/5815499
pm mac.pm
package File::Spec::Mac;
use strict;
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
$VERSION = '1.2';
@ISA = qw(File::Spec::Unix);
=head1 NAME
File::Spec::Mac - File::Spec for MacOS
=head
www.eeworm.com/read/138548/5815504
pm anydbm_file.pm
# $Id: AnyDBM_File.pm,v 1.10 2001/10/26 20:32:28 gisle Exp $
package WWW::RobotRules::AnyDBM_File;
require WWW::RobotRules;
@ISA = qw(WWW::RobotRules);
$VERSION = sprintf("%d.%02d", q$Revision: 1.1
www.eeworm.com/read/138548/5815546
pm isbn.pm
package URI::urn::isbn; # RFC 3187
require URI::urn;
@ISA=qw(URI::urn);
use strict;
use Business::ISBN ();
sub _isbn {
my $nss = shift;
$nss = $nss->nss if ref($nss);
my $isbn = Busin
www.eeworm.com/read/138548/5815547
pm withbase.pm
package URI::WithBase;
use strict;
use vars qw($AUTOLOAD $VERSION);
use URI;
$VERSION = "2.19";
use overload '""' => "as_string", fallback => 1;
sub as_string; # help overload find it
sub new
{
www.eeworm.com/read/138548/5815569
pm sip.pm
#
# Written by Ryan Kereliuk . This file may be
# distributed under the same terms as Perl itself.
#
# The RFC 3261 sip URI is :;?.
#
package URI::
www.eeworm.com/read/138548/5815572
pm _generic.pm
package URI::_generic;
require URI;
require URI::_query;
@ISA=qw(URI URI::_query);
use strict;
use URI::Escape qw(uri_unescape);
use Carp ();
my $ACHAR = $URI::uric; $ACHAR =~ s,\\[/?],,g;
my $PCHA