Inline::Perl

Inline module for another Perl interpreter
Download

Inline::Perl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Autrijus Tang
  • Publisher web site:
  • http://search.cpan.org/~autrijus/

Inline::Perl Tags


Inline::Perl Description

Inline module for another Perl interpreter Inline::Perl is a Perl module that allows you to add blocks of Perl code to your Perl scripts and modules. This allows you to run them in another interperter, and then examine the results.All user-defined procedures in the inlined Perl code will be available as normal subroutines; global variables are not exported.Objects, classes and procedures may also be imported by passing them as config parameters to use Inline. See Inline for details about this syntax.For information about handling another Perl interperter, please see the PerlInterp distribution on CPAN.SYNOPSIS use Inline Perl => q{ sub set_x { $::x = $_ } sub get_x { $::x } }; set_x(1); $::x = 2; print get_x(); # 1 Requirements: · Perl


Inline::Perl Related Software