Help for this page

Select Code to Download


  1. or download this
    $ob->write("\x30\x31\x32");
        
    ...
            $ob->lookclear; # needed to prevent blocking
            sleep (0.2);
        }
    
  2. or download this
    30 31 32          012             
    33                3
    
  3. or download this
    RX> 3
        (a)    3 eq \x33
        (c)    3 qe 3
        (d)    3 eq hex($gotit)
        (e)    3 == 3
    
  4. or download this
    [RX]123
    [TX]3