2 ###APPNAME: webdisk_download
4 ###APPDATE: 2009-01-27 06:57:22
6 ###APPDESC: webdisk_download
8 ###APPEXAMPLE: webdisk_download
12 #ENV variable MUST be defined somewhere,
13 #FOR perl to search modules from,
15 use lib
$ENV{XR_PERL_MODULE_DIR
};
17 use MyPlace
::Script
::Usage qw
/help_required help_even_empty/;
18 exit 0 if(help_required
($0,@ARGV));
19 #exit 0 if(help_even_empty($0,@ARGV));
28 die("Error:no urls specified!\n") unless(@urls);
31 system("rayfile_download",$_);
33 elsif(/namipan.com/) {
34 system("namipan_download",$_);
37 print STDERR
"Error:Webdisk type not supported\n";