All the runtime scripts are called runme.pl now for easier testing
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5652 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d2d3496881
commit
6f2e85b5c2
22 changed files with 31 additions and 20 deletions
|
|
@ -23,7 +23,7 @@ declarations in it.
|
|||
<h2>Manipulating Variables from Perl</h2>
|
||||
|
||||
Accessing a C global variable from Perl is easy---just reference it like a normal Perl variable.
|
||||
Click <a href="example.pl">here</a> to see a script that updates and prints some global variables.
|
||||
Click <a href="runme.pl">here</a> to see a script that updates and prints some global variables.
|
||||
|
||||
<h2>Creating read-only variables</h2>
|
||||
|
||||
|
|
@ -62,4 +62,4 @@ find out more about this feature.
|
|||
|
||||
</body>
|
||||
</html>
|
||||
<hr>
|
||||
<hr>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# file: example.pl
|
||||
# file: runme.pl
|
||||
|
||||
use example;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue