File: Filter5.pm

package info (click to toggle)
libspiffy-perl 0.21-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 256 kB
  • ctags: 99
  • sloc: perl: 1,067; makefile: 50
file content (10 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
package Filter5;
use Spiffy -Base;
my sub xxx {
    $self->$xxx;
    $self->$yyy;
}
my sub yyy {
    $self->$xxx;
    $self->$yyy
}