perl help

Hi I ma new to perl

I am seeing a command in autosys as follows

 
 
perl  ${FIDE_SCR}/anlt_gen_model_file.perl -mLBTCALUSD2 -j$AUTO_JOB_NAME -ranltc_output.dat -sscen.dat

waht does this mean?I need to understand that perl is command and one with .perl is the perl script.But what are -m ,-j and -r options ?

Those are options with arguments that are passed to the ".perl" script. To check what they are doing you have to check the script itself.