Help for this page

Select Code to Download


  1. or download this
    panic: malloc at /usr/lib/perl5/5.8.6/Carp/Heavy.pm line 61.
    Debugged program terminated.
    
  2. or download this
      $arg =~ s/([[:cntrl:]]|[[:^ascii:]])/sprintf("\\x{%x}",ord($1))/eg;
    
  3. or download this
      # The following handling of "control chars" is direct from
      # the original code - I think it is broken on Unicode though.
      # Suggestions?
    
  4. or download this
      heavy machinery, no user serviceable parts inside