*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> perl5/base (3)              
Title
Content
Arch
Section
 

Contents


base(3)								       base(3)


NAME    [Toc]    [Back]

     base - Establish IS-A relationship	with base class	at compile time

SYNOPSIS    [Toc]    [Back]

	 package Baz;

	 use base qw(Foo Bar);

DESCRIPTION    [Toc]    [Back]

     Roughly similar in	effect to

	 BEGIN {
	     require Foo;
	     require Bar;
	     push @ISA,	qw(Foo Bar);
	 }

     This module was introduced	with Perl 5.004_04.

BUGS    [Toc]    [Back]

     Needs proper documentation!


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
lib IRIX manipulate @INC at compile time
CTASSERT FreeBSD compile time assertion macro
VkModified IRIX Base class for VkModifiedAttachment
VkNode IRIX Base node class used by VkGraph
iflLut IRIX base class for defining look-up tables
VkSimpleWindow IRIX Base class for all top-level windows
UNIVERSAL IRIX base class for ALL classes (blessed references)
Tie::Hash IRIX base class definitions for tied hashes
Tie::Scalar IRIX base class definitions for tied scalars
VkWindow IRIX Base class for all top-level windows with menus
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service