Help for this page
perl someprogram.pl -x "hello" // $x becomes "hello"
perl someprogram.pl -x // $x becomes 0, but i want it to be set to true, since the option wa +s entered on command line.