代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/139206/5807162
pl irix.pl
# uses libelf for nlist on irix (>= 5.3?)
$self->{LIBS} .= ' -lelf';
www.eeworm.com/read/138548/5815418
pm daemon.pm
# $Id: Daemon.pm,v 1.25 2001/08/07 19:32:40 gisle Exp $
#
use strict;
package HTTP::Daemon;
=head1 NAME
HTTP::Daemon - a simple http server class
=head1 SYNOPSIS
use HTTP::Daemon;
use HTTP::
www.eeworm.com/read/138548/5815421
pm headers.pm
package HTTP::Headers;
# $Id: Headers.pm,v 1.43 2001/11/15 06:19:22 gisle Exp $
=head1 NAME
HTTP::Headers - Class encapsulating HTTP Message headers
=head1 SYNOPSIS
require HTTP::Headers;
$h =
www.eeworm.com/read/138548/5815508
pm membermixin.pm
#
# $Id: MemberMixin.pm,v 1.6 2001/04/27 21:57:36 gisle Exp $
package LWP::MemberMixin;
=head1 NAME
LWP::MemberMixin - Member access mixin class
=head1 SYNOPSIS
package Foo;
require LWP::Member
www.eeworm.com/read/138548/5815529
pm template.pm
package HTML::Template;
$HTML::Template::VERSION = '2.4';
=head1 NAME
HTML::Template - Perl module to use HTML Templates from CGI scripts
=head1 SYNOPSIS
First you make a template - this is just
www.eeworm.com/read/137691/5819712
py bsl.py
#!/usr/bin/env python
# Serial Bootstrap Loader software for the MSP430 embedded proccessor.
#
# (C) 2001-2003 Chris Liechti
# this is distributed under a free software license, see
www.eeworm.com/read/136989/5827990
pm projectcreator.pm
package ProjectCreator;
# ************************************************************
# Description : Base class for all project creators
# Author : Chad Elliott
# Create Date : 3/13
www.eeworm.com/read/136989/5827991
pm workspacecreator.pm
package WorkspaceCreator;
# ************************************************************
# Description : Base class for all workspace creators
# Author : Chad Elliott
# Create Date :
www.eeworm.com/read/134009/5895894
pm color.pm
# Pod::Text::Color -- Convert POD data to formatted color ASCII text
# $Id: Color.pm,v 0.6 2000/12/25 12:52:39 eagle Exp $
#
# Copyright 1999 by Russ Allbery
#
# This program is fre
www.eeworm.com/read/134009/5896052
pl cygwin.pl
# SysV IPC is an optional Cygwin package
$self->{LIBS} = ['-lcygipc']