Help for this page

Select Code to Download


  1. or download this
    $ ./test.pl -u 0
    $opt_u=Undefined
    $opt_h=Undefined
    $opt_p=Undefined
    $opt_k=Undefined
    
  2. or download this
    print "\$opt_u=";
    print defined $opt_u ? $opt_u : "Undefined" ;
    print "\n";