Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Editing Binary PowerPoint files

by Anonymous Monk
on Mar 18, 2004 at 20:23 UTC ( [id://337796]=note: print w/replies, xml ) Need Help??


in reply to Editing Binary PowerPoint files

My question to my fellow Monks is - can it be done in Perl? (and if so, how would be appreciated)
Sure why not (it's perl). Here's how
open FILE, 'foo.ppt' or die "$!"; binmode FILE; read FILE, my $file, -s FILE, 0; close FILE;

Replies are listed 'Best First'.
Re: Re: Editing Binary PowerPoint files
by TimToady (Parson) on Mar 18, 2004 at 21:03 UTC
    Er, you seem to have missed the "editing" part...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://337796]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-24 08:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found