File: 08_foreach.var

package info (click to toggle)
libtemplate-tiny-perl 1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 388 kB
  • sloc: perl: 537; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$VAR1 = {
	foo  => 'bar',
	list => [
		{
			name  => 'Adam Kennedy',
			email => 'adamk@cpan.org',
			cool  => 1,
		},
		{
			name  => 'Foo',
			email => 'No Fixed Address',
			cool  => 0,
		},
	],
};