This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #93320] localising @DB::args leads to coredump
[perl5.git] / t / op / array_base.aux
CommitLineData
a026e652
NC
1our($ra1, $ri1, $rf1, $rfe1);
2$ra1 = $[;
3BEGIN { $ri1 = $^H; $rf1 = $^H{foo}; $rfe1 = exists($^H{foo}); }
4
51;