ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
B::Assembler(3pm) Perl Programmers Reference Guide B::Assembler(3pm) NAME B::Assembler - Assemble Perl bytecode SYNOPSIS use B::Assembler qw(newasm endasm assemble); newasm(\&printsub); # sets up for assembly assemble($buf); # assembles one line endasm(); # closes down use B::Assembler qw(assemble_fh); assemble_fh($fh, \&printsub); # assemble everything in $fh DESCRIPTION See ext/B/B/Assembler.pm. AUTHORS Malcolm Beattie, "mbeattie@sable.ox.ac.uk" Per-statement interface by Benjamin Stuhl, "sho_pi@hot-mail.com" "sho_pi@hotmail.com" mail.com" perl v5.8.8 2001-09-21 B::Assembler(3pm) |
|