Inline-Awk

 view release on metacpan or  search on metacpan

Awk.pm  view on Meta::CPAN


###############################################################################
#
# 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 distribution
 view release on metacpan -  search on metacpan

( run in 1.026 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )