~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to test/cmp/tied.htm

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-02-15 14:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215142339-n21gqf7mx9tmyb8d
Tags: upstream-2.0b10
ImportĀ upstreamĀ versionĀ 2.0b10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML><TITLE>Test for Embperl::Execute</TITLE><BODY>
 
2
<H1> 1.) Include from memory: ref to string</H1>
 
3
<P>Here is some text</P>
 
4
rc = 0
 
5
<HTML><TITLE>Test for Embperl::Execute</TITLE><BODY>
 
6
<H1> 2.) Include from memory: numeric</H1>
 
7
rc = 500
 
8
<HTML><TITLE>Test for Embperl::Execute</TITLE><BODY>
 
9
<H1> 3.) Include from memory: string</H1>
 
10
rc = 500
 
11
<HTML><TITLE>Test for Embperl::Execute</TITLE><BODY>
 
12
<H1> 4.) Include from memory: array</H1>
 
13
 
 
14
rc = 0
 
15
<HTML><TITLE>Test for Embperl::Execute</TITLE><BODY>
 
16
<H1> 5.) Include from memory: tied string ref</H1>
 
17
<P>Here is some text</P>
 
18
rc = 0
 
19
<HTML><TITLE>Test for Embperl::Execute</TITLE><BODY>
 
20
<H1> 6.) Include from memory: tied string</H1>
 
21
rc = 500
 
22
<H1> 6.) Done :-)</H1>
 
23
</body></html>