# run with 5.6 (or double click on) >perl my_prog.pl # run with 5.8 >c:\perl5-8\bin\perl.exe my_prog.pl # this should say 5.6 >perl -v # this should say 5.8 >c:\perl5-8\bin\perl.exe -v