Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    B::Bytecode 5.8.8

    Download button

    No screenshots available
    Downloads: 425  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Enache Adrian | More programs
    Perl Artistic License / FREE
    June 27th, 2007, 06:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    B::Bytecode description

    B::Bytecode is Perl compiler's bytecode backend.

    B::Bytecode is Perl compiler's bytecode backend.

    SYNOPSIS

    perl -MO=Bytecode[,-H][,-oscript.plc] script.pl

    Compiles a Perl script into a bytecode format that could be loaded later by the ByteLoader module and executed as a regular Perl script.

    EXAMPLE

    $ perl -MO=Bytecode,-H,-ohi -e 'print "hi!n"'
    $ perl hi
    hi!

    OPTIONS

    -b

    Save all the BEGIN blocks. Normally only BEGIN blocks that require other files (ex. use Foo;) are saved.

    -H

    prepend a use ByteLoader VERSION; line to the produced bytecode.

    -k

    keep the syntax tree - it is stripped by default.

    -ooutfile

    put the bytecode in instead of dumping it to STDOUT.

    -s

    scan the script for # line .. directives and for < goto LABEL > expressions. When gotos are found keep the syntax tree.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    bytecode backend | Perl compiler | Perl module | B::Bytecode | Perl | compiler

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM