summaryrefslogtreecommitdiff
path: root/swigweb/tutorial/example_wrap_perl5.html
diff options
context:
space:
mode:
Diffstat (limited to 'swigweb/tutorial/example_wrap_perl5.html')
-rwxr-xr-xswigweb/tutorial/example_wrap_perl5.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/swigweb/tutorial/example_wrap_perl5.html b/swigweb/tutorial/example_wrap_perl5.html
deleted file mode 100755
index 29141a102..000000000
--- a/swigweb/tutorial/example_wrap_perl5.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>
-Simple Example</TITLE>
-<BODY BGCOLOR="#ffffff">
-<H1>Simple Example</H1>
-[ Module : swig, Package : swig ]<BR>
-
-<HR><H1> Contents </H1>
-<UL><LI> <A HREF="#s1_">1. My Commands</A>
-</UL>
-
-<A name="s1_">
-<HR><H2>1. My Commands</H2></A>
-<P><TT><B>$My_variable</B></TT>
-<BLOCKQUOTE>[ Global : double My_variable ]
-<BR> This is an interesting variable
-</BLOCKQUOTE>
-
-<P><TT><B>fact(n);</B></TT>
-<BLOCKQUOTE>[ returns int ]
-<BR> Computes n factorial
-</BLOCKQUOTE>
-
-<P><TT><B>my_mod(x,y);</B></TT>
-<BLOCKQUOTE>[ returns int ]
-<BR> Calculates x % y
-</BLOCKQUOTE>
-
-<P><TT><B>get_time();</B></TT>
-<BLOCKQUOTE>[ returns char * ]
-<BR> Returns the current time as a string
-</BLOCKQUOTE>
-
-
-</BODY>
-</HTML>