Extracting sit file..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cnsabar
    New Member
    • Dec 2007
    • 40

    Extracting sit file..

    Hi.,

    Is there any perl modules available for extracting .sit files

    Looking for Ur help and suggetions

    Thanks
    Sabarish
  • rickumali
    New Member
    • Dec 2006
    • 19

    #2
    I perused search.cpan.org , to see if any modules were available to open/manipulate SIT files. (Note, I googled this, and assume you're talking about Mac StuffIt files, compressed files native for the Mac.)

    I found Archive::Tar, which produces files readable by the StuffIt Expander program, and I found Mac::AppleSingl e, which can seemingly read files in AppleSingle/AppleDouble formats. Note that AppleSingle/AppleDouble are older formats. You may be able to make use of these, but most likely you'll have to make a system() call to uncompress the file first.

    I encourage you to check the Mac forums. Good luck!

    Comment

    • numberwhun
      Recognized Expert Moderator Specialist
      • May 2007
      • 3467

      #3
      Originally posted by rickumali
      I perused search.cpan.org , to see if any modules were available to open/manipulate SIT files. (Note, I googled this, and assume you're talking about Mac StuffIt files, compressed files native for the Mac.)

      I found Archive::Tar, which produces files readable by the StuffIt Expander program, and I found Mac::AppleSingl e, which can seemingly read files in AppleSingle/AppleDouble formats. Note that AppleSingle/AppleDouble are older formats. You may be able to make use of these, but most likely you'll have to make a system() call to uncompress the file first.

      I encourage you to check the Mac forums. Good luck!
      In addition, there are mailing lists devoted to Mac Perl.

      Regards,

      Jeff

      Comment

      Working...