Help for this page

Select Code to Download


  1. or download this
       my $category = lc($musing_cats->{$ref_id}->{'ref_name'});
       my $count = $comment_cnt->{$entry_id}->{'comment_cnt'} || 'no';
       my $reader_stat = $musing_stats->{$entry_id}->{'stat'};
       $entry_date = lc($entry_date);
    
  2. or download this
       my $category    = lc($musing_cats->{$ref_id}->{'ref_name'});
       my $count       = $comment_cnt->{$entry_id}->{'comment_cnt'} || 'no
    +';
       my $reader_stat = $musing_stats->{$entry_id}->{'stat'};
       $entry_date     = lc($entry_date);