Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: How's My Style Now?

by apl (Monsignor)
on Feb 06, 2010 at 12:38 UTC ( [id://821733]=note: print w/replies, xml ) Need Help??

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);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://821733]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 00:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found