Help for this page

Select Code to Download


  1. or download this
       return $member->contents;
    
  2. or download this
       return $type =~ /^text/
             ? decode_utf8($member->contents)
             : $member->contents;