1 eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
2 & eval 'exec perl -S $0 $argv:q'
9 $sock = new IO
::Socket
::INET
(
10 PeerAddr
=> shift || 'localhost',
11 PeerPort
=> 15000, # your server port here
14 die "Socket could not be created. Reason: $!\n" unless $sock;
16 # Send incomplete request
17 print $sock pack("H*", "47494f50010100000000006a00000001");