repo.or.cz
/
PsN.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
moved nonpb.pm
[PsN.git]
/
html
/
examples
/
example_subs.pm
blob
f0867e6e233f6a920c13197475d5d8f1ec75f255
1
start new
2
print
"This is code inside the constructor
\n
"
;
3
end new
4
5
start method_one
6
print
"This is code inside method_one
\n
"
;
7
end method_one
8
9
start member_one
10
print
"And this is code inside member_one accessor
\n
"
;
11
end member_one