Help for this page

Select Code to Download


  1. or download this
    perl someprogram.pl -x "hello" 
    // $x becomes "hello"
    
  2. or download this
    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.