i have this code to use it when i wan to see which tables resides in a specific database but i can't do the same thing with columns as well do you know why? Thanks.@tables = $db->tables; foreach (@tables) { print font( {-size=>6, -color=>'Lime'}, "$_<br>" ); } @columns = $db->column; foreach (@columns) { print font( {-size=>6, -color=>'Lime'}, "$_<br>" ); }
In reply to Perl and Mysql! by Nik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |