Changeset 21
- Timestamp:
- 11/09/00 07:14:43
- Files:
-
- Mac-Macbinary/trunk/Macbinary.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Mac-Macbinary/trunk/Macbinary.pm
r20 r21 121 121 =over 4 122 122 123 =item new( I<THINGY>)123 =item new( THINGY ) 124 124 125 125 Constructor of Mac::Macbinary. Accepts filhandle GLOB reference, … … 201 201 202 202 if ($type eq 'application/x-macbinary') { 203 $mb = Mac::Macbinary->new($q->upload('uploaded_file') ;203 $mb = Mac::Macbinary->new($q->upload('uploaded_file')); 204 204 # now, you can get data via $mb->data; 205 205 } … … 219 219 Macbinary.pm is originally written by Dan Kogai <dankogai@dan.co.jp>. 220 220 221 There are also C<Mac::Conversions> and C<Convert::BinHex>, w hich works221 There are also C<Mac::Conversions> and C<Convert::BinHex>, working 222 222 kind similar to this module. (However, C<Mac::Conversions> works only 223 223 on MacPerl, and C<Convert::BinHex> is now deprecated.) Many thanks to