Re: Using Perl to Read jar file MANIFEST file.

2008-03-05 Thread Claes Jakobsson
On 5 mar 2008, at 19.23, Michael Barto wrote: Has anybody every tried to create a Perl program ro read the contents of the MANIFEST file in java jar file? We are trying to develop something to provide comparisons for change between different implementations. Is this a simple Perl backtic,

Re: Using Perl to Read jar file MANIFEST file.

2008-03-05 Thread Claes Jakobsson
($_ = $fh-getline())) { print $_\n; } galaxy:~ claes$ perl jar_reader.pl /usr/share/java/junit.jar Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.) seems to work /Claes On 5 mar 2008, at 19.40, Claes Jakobsson wrote: On 5 mar 2008

Re: Proposed Mac::Pasteboard

2008-01-21 Thread Claes Jakobsson
Hi, I assume with pasteboard you mean the clipboard? There seems to be an attempt of a generic cliboard interface on CPAN (http://search.cpan.org/dist/Clipboard/ ) which according to the readme says it works on OS X. I suppose it just uses the 'pbcopy' and 'pbpaste' command line tools.

Re: Perl OpenGL 0.55 - Need Mac testers

2007-04-19 Thread Claes Jakobsson
On 19 apr 2007, at 23.21, David Romano wrote: Sherm Pendley wrote on Thu, Apr 19, 2007 at 01:10:11PM PDT: It needed a few tweaks to build, but once the build issues were sorted, the spinning texture-mapped cube test runs fine on my G4 w/ ATI Radeon 9000 Pro. Diff with the build changes is

Re: AppleScript Interface

2006-06-15 Thread Claes Jakobsson
Hi, On 15 jun 2006, at 02.18, Thane Norton wrote: Up until now, I have done all of my perl-AppleScript interfacing using osascript. I am planning on writing an script that does a lot of Scripting in OmniGraffle, and was wondering if anyone has any experience with the CPAN AppleScript