hi simple question i am allowing the user to supply options to my script from the command line:
myscript.pl -abc INputone Inputtwo
the options are signified by the - sign it is possible for the user to not enter any options too
how do i see if $ARGV[0] contains the - and therefore is the options and not Inputone
thank you
myscript.pl -abc INputone Inputtwo
the options are signified by the - sign it is possible for the user to not enter any options too
how do i see if $ARGV[0] contains the - and therefore is the options and not Inputone
thank you