in reply to problem with MySQL Tables

$ perl -le'print $!=13' Permission denied

(Can vary by system)

Replies are listed 'Best First'.
Re^2: problem with MySQL Tables
by siddheshsawant (Sexton) on Apr 15, 2010 at 17:53 UTC
    what is this ? How it gonna solve my query?
      It's a string representation of errno 13. It's the reason for the error your database is giving. Maybe you should fix it? This has nothing to do with Perl.