Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Mysterious Code "DBI" - Why is this working?

by awohld (Hermit)
on Jun 09, 2005 at 02:49 UTC ( [id://464938]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
    print <<EOF;
    </select>
    EOF
    
  2. or download this
    my @market712  = $market_sth->fetchrow_array;
    while (my $market = $market_sth->fetchrow_array) {
       print "<option value=\"$market\">$market</option>" ;
    }
    
  3. or download this
    # my @market712  = $market_sth->fetchrow_array;
    while (my $market = $market_sth->fetchrow_array) {
       print "<option value=\"$market\">$market</option>" ;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found