$resFile = &getFileName($ARGV[0]);
$fileType = &getFileType($ARGV[0]);
$table = &getTableName($fileType);
could u please tell me as to what these commands are doing? also , if I convert them to shell script,will thsese work ?
there's a perl script that Im trying to convert to shell script.
resfile=getfilename $1
filetype=getfiletype $1
table = gettablename $filetype
looking for discussions,thanks