Skip to content

Commit

Permalink
update subroutine name
Browse files Browse the repository at this point in the history
  • Loading branch information
oxnz committed Feb 12, 2014
1 parent cdc3632 commit 95fc4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/template/perl/AbstractClass/ConcreteClass.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ sub new {
}

sub primitiveOperation1 {
print "-->", (caller(0))[3], "\n";
print scalar((caller(0))[3]), "\n";
}

sub primitiveOperation2 {
print "-->", (caller(0))[3], "\n";
print scalar((caller(0))[3]), "\n";
}

1;

0 comments on commit 95fc4f5

Please sign in to comment.