Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: DBD::Anydata

by rongoral (Beadle)
on Nov 17, 2004 at 21:41 UTC ( [id://408602]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    while (my $row = $sth->fetch) {print "@$row<br />";}
    
    1;
    
  2. or download this
    name|age|address|phone
    Sandra | 46 | 1252 Some St, Anywhere, WI 12345 | 123-456-7890
    
  3. or download this
    if (ref($file) eq 'ARRAY'){print join("\n", $format, @$file, $createMo
    +de), "\n";}<br />
    else {print join("\n", $format, $file, $createMode), "\n";}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-28 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found