in reply to Re^5: awanti Perl not playing video with vlc plugin
in thread Perl not playing video with vlc plugin

Not working.. it is giving error like ... i think the problem is with http headers.

Well,

You're going to have to work through these ... CGI Help Guide , Troubleshooting Perl CGI scripts, Basic debugging checklist , brian's Guide to Solving Any Perl Problem

  • Comment on Re^6: awanti Perl not playing video with vlc plugin

Replies are listed 'Best First'.
Re^7: awanti Perl not playing video with vlc plugin
by awanti (Acolyte) on Dec 30, 2015 at 04:05 UTC
    Well the http headers are in correct form only.. But can you please tell me why this error again?..and there is nothing wrong in syntax also...

      Well the http headers are in correct form only.. But can you please tell me why this error again?..and there is nothing wrong in syntax also...

      go through the lists, check each and every single item until you find one that solves it

      I wrote the code and tested it, I know it works,

      Your most likely problem is either wrong copy/paste , wrong shebang, wrong lineendings, missing modules, ... use the list, I can't do it for you