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

« back to all changes in this revision

Viewing changes to test/html/incerrobj.htm

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2005-04-20 19:25:44 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050420192544-dcp6nkxni4puc6h6
Tags: 2.0rc3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[+ "Start include incerrobj" +]
 
2
 
 
3
[!
 
4
{
 
5
package testerrobj ;
 
6
 
 
7
sub new 
 
8
 
 
9
    { 
 
10
    return bless { msg => "Error Message from Object"} ;
 
11
    }
 
12
 
 
13
}
 
14
 
 
15
!]
 
16
 
 
17
[-
 
18
die testerrobj -> new () ;
 
19
-]
 
20
 
 
21
[+ "End include incerrobj" +]