#!/usr/bin/perl $lang = "eng"; if ( $#ARGV < 0 ) { print "give a DJVU file as 1st argument \n" ; exit 0 ; } $inputdjvu = $ARGV[0] ...
確定! 回上一頁