Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: How's My Style Now?

by molecules (Monk)
on Feb 06, 2010 at 13:19 UTC ( [id://821738]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub sql_select_from_musings{
             return qq|
                       SELECT musing_id, ref_id,  
    ...
                       FROM musings
                      |;
    }
    
  2. or download this
        $sql_statement = sql_select_from_musings() .
                         qq|ORDER BY entry_date DESC|;
    
  3. or download this
    my $apples = 5;
    my $watermelons = 7;
    
  4. or download this
    my $apples      = 5;
    my $watermelons = 7;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 15:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found