File: 06_object.var

package info (click to toggle)
libtemplate-tiny-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: perl: 591; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (6)
1
2
3
4
5
$VAR1 = {
	foo => bless( { foo => 'bar' }, 'UpperCase' ),
	bar => bless( {              }, 'False'     ),
	baz => bless( {              }, 'Private'   ),
};