Help for this page

Select Code to Download


  1. or download this
            $system = "$CPAN::Config->{tar} xvf $file";
            $CPAN::Frontend->myprint(qq{Using Tar:$system:\n});
    ...
            } else {
                $CPAN::Frontend->mydie(qq{Couldn\'t untar $file\n});
            }
    
  2. or download this
    /bin/tar xvf /home/ro...es/MP3-Tag-0.94.tar && echo ok || echo failed