audio::nama::object(3pm) debian man page | unix.com

Man Page: audio::nama::object

Operating Environment: debian

Section: 3pm

Audio::Nama::Object(3pm)				User Contributed Perl Documentation				  Audio::Nama::Object(3pm)

NAME
Audio::Nama::Object - Class builder
SYNOPSIS
# Define a class package Foo; use Audio::Nama::Object qw{ bux baz }; 1; # Use the class my $object = Foo->new( bux => 1 ); $object->set( bux => 2); print "bux is " . $object->bux . " "; # Define a subclass (automatically inherits parent attributes) package Bar; our @ISA = 'Foo'; my $lonely_bar = Bar->new(); $lonely_bar->set(bux => 3); perl v5.14.2 2011-08-19 Audio::Nama::Object(3pm)
Related Man Pages
base(3pm) - centos
moosex::declare::syntax::keyword::namespace5.18(3pm) - mojave
test::object(3) - osx
audio::mpd::common::item(3pm) - debian
set::object::weak(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?