Pages

Tuesday, June 26, 2012

accessing database (from perl).


#!\usr\bin\perl
#selectstar.plx

use warnings;
use strict;

my $res=`echo "select * from checkin;" |mysql -u juned -p -D RNS_database -t `; print "$res";

No comments:

Post a Comment