Help for this page

Select Code to Download


  1. or download this
    use constant DLE => 0x10;
    
  2. or download this
    my $dle = chr(DLE);
    $msg =~ /\A$dle[^$dle]/;