From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

[+ "Start include incerrobj" +]
[!
{
package testerrobj ;
sub new
{
return bless { msg => "Error Message from Object"} ;
}
}
!]
[-
die testerrobj -> new () ;
-]
[+ "End include incerrobj" +]