File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ variables -- can be accessed using C<cglobal>. For example:
297
297
298
298
my $var := cglobal('libc.so.6', 'errno', int)
299
299
300
- This code binds to C < $var > a new L < /type/Proxy| Proxy > object that
300
+ This code binds to C < $var > a new L < Proxy| /type/Proxy> object that
301
301
redirects all its accesses to the integer variable named "errno" as
302
302
exported by the "libc.so.6" library.
303
303
Original file line number Diff line number Diff line change 7
7
class Proxy { ... }
8
8
9
9
A Proxy is an object that allows you to execute whenever a value is retrieved
10
- from a contaner (C < FETCH > ) or when it is set (C < STORE > ).
10
+ from a container (C < FETCH > ) or when it is set (C < STORE > ).
11
11
12
12
To create a container that returns twice of what was stored in it, you do
13
13
something like this:
You can’t perform that action at this time.
0 commit comments