On Jan 24, 2008, at 19:11, David Arnold wrote: > How do i read an entire resource fork, similar to reading the data > fork, > irrespective of individual resources? Is this for Mac OS X? If so, you might be able to just do: open my $rsrc, '<', "$filepath/rsrc"; It's an easy shortcut to get at the raw fork. Also, if this is for Mac OS X, you might find the macosx@perl.org list of more use. -- Chris Nandor pudge@pobox.com http://pudge.net/ Slashdot / SourceForge pudge@slashdot.org http://slashdot.org/Thread Previous | Thread Next