View Single Post
  #21 (permalink)  
Old 01-22-2007, 04:11 PM
marcdm marcdm is offline
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by bobby View Post
can't you just uncomment the append_string line that's already there?

Code:
#unless($new_id = $to->append_string($t_fold,$string, $flags_f, $d)){
unless($new_id = $to->append_file($t_fold, $message_file, $flags_f, $d)){
I don't really know Perl and I wasn't sure on the origins of the variable named $string that's why I created my own named $mmstr
Reply With Quote