Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.955 Times

Appleii freeware
 

Appleii

Added: August 07, 2010 | Visits: 1.358

AppleII::Disk AppleII::Disk is a Perl module for block-level access to Apple II disk image files. SYNOPSIS use AppleII::Disk; my $disk = AppleII::Disk->new(image.dsk); my $data = $disk->read_block(1); # Read block 1 $disk->write_block(1, $data); # And write it back :-) AppleII::Disk provides... Platforms: *nix

License: Freeware Size: 37.89 KB Download (103): AppleII::Disk Download

Added: October 02, 2010 | Visits: 856

AppleII::ProDOS AppleII::ProDOS is a Perl module created to access files on Apple II ProDOS disk images. SYNOPSIS use AppleII::ProDOS; my $vol = AppleII::ProDOS->open(image.dsk); # Open an existing disk print $vol->catalog; # List files in volume directory my $file = $vol->get_file(Startup); # Read file... Platforms: *nix

License: Freeware Size: 37.89 KB Download (93): AppleII::ProDOS Download