Help for this page

Select Code to Download


  1. or download this
    printf BIDWATCH '%s', $part->bodyhandle->as_string;
    
  2. or download this
    $s = $part->bodyhandle->as_string;
    $s =~ s/%/%%/g;
    printf BIDWATCH $s;