- or download this
#!perl
use POE qw(Component::Server::TCP Filter::Stackable Filter::Block);
...
$_[SESSION]->yield('send' => [ACCEPT,passfail($_[ARG0])]);
}
- or download this
package YuGiOh::Filter;
use Data::Dumper;
use strict;
...
1;
- or download this
package YuGiOh::Filter::Stackable;
use base 'POE::Filter::Stackable';
use strict;
...
}
1;
- or download this
#!perl
use POE qw(Component::Client::TCP Filter::Stackable Filter::Block);
...
print Dumper($message);
}