Perl .pl file issue.That is unrecognise characters no source code.why?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gevornairi
    New Member
    • Sep 2012
    • 2

    Perl .pl file issue.That is unrecognise characters no source code.why?

    Hi I am new in Perl programming. and I have one Issue about .pl file. I have one project that allready working it creates with perl, and there are many .pl files but when I am trying to open that .pl files I see there unreconnizes characters.Why I cant see the source code?
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Did you write this file or someone else? If it was someone else, it may be that they compiled it into an executable so that you can simply run it anywhere.

    Regards,

    Jeff

    Comment

    • gevornairi
      New Member
      • Sep 2012
      • 2

      #3
      No I didnt wrote that. It can be that file extension is .pl and it is an binary code compiled? can I parse that to the source code?

      Comment

      • numberwhun
        Recognized Expert Moderator Specialist
        • May 2007
        • 3467

        #4
        Unfortunately, no. That is the whole purpose that someone compiled it to binary, so you couldn't steal the source code. You will have to contact the author if you truly want a copy of it.

        Comment

        Working...