xref
: /
openbsd
/
gnu
/
usr.bin
/
perl
/
t
/
comp
/
hints.aux
(revision b39c5158)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
our($ri1, $rf1, $rfe1);
2
BEGIN { $ri1 = $^H; $rf1 = $^H{foo}; $rfe1 = exists($^H{foo}); }
3
4
1;
5