File: 27_constant_hash.code

package info (click to toggle)
libppi-perl 1.218-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,820 kB
  • ctags: 875
  • sloc: perl: 12,872; makefile: 8
file content (2 lines) | stat: -rwxr-xr-x 60 bytes parent folder | download | duplicates (10)
1
2
use constant { foo => 'bar' };
my $code = { foo => 'bar' };