diff --git a/client/example.pl b/client/example.pl index 7c589a0..6e852a5 100755 --- a/client/example.pl +++ b/client/example.pl @@ -123,6 +123,7 @@ sub take_action($%) { } else { print $socket "move_dir $max->[0] $max->[1]\r\n"; } + print $socket "secrete 65536 1\r\n"; print $socket "\r\n"; }