Searched defs:ambient_pragmas (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm597 # defaults provided with the ambient_pragmas method,
679 sub ambient_pragmas { subroutine
775 croak "The ambient_pragmas method expects an even number of args";
4389 =head2 ambient_pragmas
4391 $deparse->ambient_pragmas(strict => 'all', '$[' => $[);
4436 this case, you use the B<ambient_pragmas> method to describe the
4452 $deparse->ambient_pragmas(strict => 'subs refs');
4473 $deparser->ambient_pragmas(re => 'eval');
4482 $deparser->ambient_pragmas(warnings => [qw[void io]]);
4490 $deparser->ambient_pragmas(
[all...]

Completed in 35 milliseconds