File: 03_subroutine_attributes.code

package info (click to toggle)
libppi-perl 1.236-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,056 kB
  • ctags: 922
  • sloc: perl: 15,002; makefile: 8
file content (3 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download | duplicates (12)
1
2
3
sub foo : bar(quax => &#"Foo") {}
sub foo($) :bar(quax => &#"Foo") {}
sub foo (&$@): bar : baz : bingo(blah flasd: fasdf) { }