Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

multidimensional array's

by emgi (Initiate)
on Dec 27, 2012 at 18:12 UTC ( [id://1010560]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare("select author, title, language, format, filename
    +, fullpath, category, tags from ebooks where author like'%$searchauth
    +%' and title like'%$searchtitle%' and language='$searchlang' and form
    +at='$searchfmt' and category like'%$searchcategory%' and tags like'%$
    +searchtags%' LIMIT 50;");<br/>
    
  2. or download this
    $sth->execute();
    $loopcount = 0;
    ...
    print "$loopcount $results[$loopcount] [1]";
    $loopcount++;
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1010560]
Approved by 2teez
Front-paged by Lotus1
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found