X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=6ca286c47db5955d27f0f186b2443d06f56eacaa;hb=4883814802ce13b05c096fdeefe987723fc3902f;hp=4a9010059f7ce5112af17d57452539ae17458ff8;hpb=51c9cbffce75ccfe84b3ba9627ae0d697b0acf29;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 4a90100..6ca286c 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -353,9 +353,9 @@ C is actually a synonym for C, while C is a s my $want = want_at; my $want = want_at $context; -Like C, but for the subroutine/eval/format at or just above C<$context>. +Like L, but for the subroutine, eval or format context located at or just above C<$context>. -The previous example can then be "corrected" : +It can be used to revise the example showed in L : my $num = sub { my @a = ('a' .. 'z');