Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: DBD:AnyData with TT

by artist (Parson)
on Jun 15, 2006 at 19:14 UTC ( [id://555589]=note: print w/replies, xml ) Need Help??


in reply to Re: DBD:AnyData with TT
in thread DBD:AnyData with TT

Thanks, but that should not be the issue. According to this message following code works fine.
[% USE d = DBI(database = "dbi:AnyData:null", user = "", password = + ""); d.dbh.func("users", "Passwd", "/etc/passwd", "ad_catalog"); FOREACH user = d.query("SELECT username, homedir, GID FROM users +"); user.username; " has homedir of "; user.homedir; " and GID of "; user.GID; "\n"; END; %]
--Artist

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://555589]
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: (2)
As of 2024-04-25 05:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found