#!\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";
#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