Inline-Awk
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
###############################################################################
#
# build(). This function is required by Inline See the Inline-API pod.
#
# Unlike other inline modules we don't interface with a compiler or
# interpreter. Instead we translate the awk code into Perl code using a2p and
# eval it into the user's program.
#
# The main body of the awk code is wrapped in a sub called awk() that the user
# can call. It accepts arguments and localised them into @ARGV.
#
# Any functions are stripped out and given there own copy of the global
# variables created by a2p. This allows the user to write functions and then
# call them from Perl.
#
# The code is derived from Foo.pm. The majority of the smoke and mirrors is
# handled by Inline.
#
sub build {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.971 second using v1.00-cache-2.02-grep-82fe00e-cpan-c9a218a2bbc )