I'm very new to Perl and reading and coding what I can. One thing I haven't been able to find out is how to pass a parameter from the command line into a variable in my script. For example if my file is called hello.pl I want to be able to run it as >perl hello.pl -world where "world" is stored as a variable for later use. I appreciate all your help!