Help for this page

Select Code to Download


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