I tried to use perl paker to convert my code to exe but when I pressed on this file PGL.exe on windows seven or xp it didn't work ,I don't what is the problem , my script is using two Bioperl moudules.
pp -M Bio::Seq -M Bio::SeqIO -o PGL.exe PGLocater.pl
when I used the following command it gaves me afile .out which worked perfectly on Ubuntu but not on windwos.
pp -M Bio::Seq -M Bio::SeqIO -o PGL.out PGLocater.pl
can you give me any way to convert my script to work as console program or any shape on windows , I need it very urgent :)