File: 27_constant_hash.code

package info (click to toggle)
libppi-perl 1.270-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,112 kB
  • sloc: perl: 13,991; makefile: 8
file content (2 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (10)
1
2
use constant { foo => 'bar' };
my $code = { foo => 'bar' };