I just managed to find the environment we used and
the format of parl (not pp) files in 

http://search.cpan.org/~autrijus/PAR/script/par.pl

Stand-alone executable format

The format for the stand-alone executable is simply
concatenating the following elements:

    * The executable itself

      Either in plain-text (par.pl) or native
executable format (parl or parl.exe).
    * Any number of embedded files

      These are typically used for bootstrapping PAR's
various XS dependencies. Each section contains:

      The magic string "FILE"
      Length of file name in pack('N') format plus 9
      8 bytes of hex-encoded CRC32 of file content
      A single slash ("/")
      The file name (without path)
      File length in pack('N') format
      The file's content (not compressed)

    * One PAR file

      This is just a zip file beginning with the magic
string "PK\003\004".
    * Ending section

      A pack('N') number of the total length of FILE
and PAR sections, followed by a 8-bytes magic string:
"\012PAR.pm\012".

   Thanks,

    Fer.


--- Fernando Alonso <[EMAIL PROTECTED]>
escribió:

> Hello,
> 
>    I have searched through the old mails but I have
> not found what I am looking for. Please can you
> point
> me where this might be answered or point me what I
> am
> doing wrong.
> 
>    The Problem: 
> 
>    Long time ago (years) we created a exec using pp
> file with some .pl and .pm files we developed. The
> exec file was built under solaris to be executed
> under
> a solaris environment. Now a bug has been found,
> meaning to change a couple of lines of the .pl file.
> But we do not have anymore the solaris environment
> to
> run again pp to build a new exec.
> 
>    So what I have tryed is to substitute using
> winzip
> on the exec file the old .pl file with the new .pl
> file, but the resulting file does not work (it shows
> the "usage" "Usage: $0 [ -Alib.par ] [ -Idir ] [
> -Mmodule ] [ src.par ] [ program.pl ]" )
> 
>    Can you point me what am I doing wrong (maybe I
> am
> corrupting exec file by using winzip) or how can I
> rebuild a new exec just with the contents of the old
> exec file.
> 
>    Thanks in advance,
> 
>     Fer.
> 
> 
>       ______________________________________________
> 
> Tu correo también desde el móvil. Descárgate gratis
> Yahoo! Go.
> http://es.mobile.yahoo.com
> 



      ______________________________________________ 
Tu correo también desde el móvil. Descárgate gratis Yahoo! Go.
http://es.mobile.yahoo.com

Reply via email to