Search Results

Search: Posts Made By: newbielgn
Forum: UNIX and Linux Applications 08-23-2011
1,389
Posted By itkamaraj
here you can see all about the DBI...
here you can see all about the DBI (http://search.cpan.org/%7Etimb/DBI/DBI.pm)
Forum: UNIX and Linux Applications 08-23-2011
1,389
Posted By pludi
Pointing -> DBI.pm documentation...
Pointing -> DBI.pm documentation (http://search.cpan.org/~timb/DBI-1.616/DBI.pm)
Forum: UNIX and Linux Applications 08-23-2011
1,897
Posted By itkamaraj
print "AutoCommit: $dbh->{AutoCommit}\n"; ...
print "AutoCommit: $dbh->{AutoCommit}\n";

With AutoCommit enabled, that would print:
AutoCommit: 1 as you might expect. Actually, since AutoCommit is a boolean attribute, it would print 1...
Forum: UNIX and Linux Applications 08-23-2011
2,738
Posted By pludi
@itkamaraj: &> is shorthand for 2>&1 > ...
@itkamaraj: &> is shorthand for 2>&1 >
@newbielgn: When not writing to a terminal, the mysql command will remove the table "lines". You can force that by using the -t option (see here...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy