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

Re: flower box comments

by adrianh (Chancellor)
on Nov 17, 2003 at 15:01 UTC ( [id://307673]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #---------------------------------------------------------
    # Function:   get_records (taken from process_member.pl)
    ...
    # [...]
       return @recs;
    }
    
  2. or download this
    # Function:   get_records (taken from process_member.pl)
    
  3. or download this
    # Arguments:  DB handle
    #             sql query string
    
  4. or download this
       my ( $db_handle_ref, $sql ) = @_;
    
  5. or download this
    # Returns:    result array of SQL query
    
  6. or download this
    sub fetch_matching_process_records {
       my ( $dbh, $sql_query ) = @_;
    ...
       # ProcessRecord objects with a known API
       return @process_records;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-19 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found