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 was entered on command line.