Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $! = 0;
    $tar->read($device);
    die "### ERROR on \$tar->read($device): $!\n\n" if $!;