File: 08_subroutines.code

package info (click to toggle)
libppi-perl 1.213-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,808 kB
  • ctags: 648
  • sloc: perl: 12,089; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
BEGIN {}
sub BEGIN {}
sub {};
sub () {};
sub foo {}
sub foo () {}