RE: input redirection question

2003-04-04 Thread Kevin Horvatin
You shouldn't have to do anything at all --- if you post a simple program that you believe should work you will get more help. -Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Eisengrein Sent: Friday, April 04, 2003 2:01 PM To: '[EMAIL PROTECTE

Re: Trouble with my variables.

2003-02-18 Thread Kevin Horvatin
I must have missed the first posting/response, but it looks like you are using "use strict;" but not declaring your $key variable in the right scope. If you want to use $key as a global you need to declare it outside of a subroutine using "my $key;" If you are trying to pass arguments to your sub