Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    my $name;
    ...
    {
            print "the option given is 24";
    }
    
  2. or download this
    the options are 1
    Use of uninitialized value $name in string at C:/Diva Projects/Eclipse
    +/Scripts_Testing/getopt.pl line 8.
    Use of uninitialized value $age in string at C:/Diva Projects/Eclipse/
    +Scripts_Testing/getopt.pl line 13.