DEBSOURCES
Skip Quicknav
sources / perl / 5.42.0-2 / lib / perl5db / t / uncalled-subroutine
1234567891011
#!/usr/bin/perl use strict; use warnings; exit(0); sub uncalled_subroutine { print '<', join(',', 1 .. 5), ">\n"; }