latest switch/say/~~
[p5sagit/p5-mst-13.2.git] / lib / getopts.pl
index 4a50b8f..e30820a 100644 (file)
@@ -31,7 +31,7 @@ sub Getopts {
                                }
                                eval "
                                push(\@opt_$first, \$rest);
-                               if(\$opt_$first eq '') {
+                               if (!defined \$opt_$first or \$opt_$first eq '') {
                                        \$opt_$first = \$rest;
                                }
                                else {