in reply to Re: malaga's hash/array/search problem
in thread malaga's hash/array/search problem

Also, use taint mode:
#!/usr/bin/perl -wT
Taint mode may help your script be more secure by drawing possibly insecure variables to your attention.

Replies are listed 'Best First'.
Re: Re: Re: malaga's hash/array/search problem
by malaga (Pilgrim) on Jan 20, 2001 at 05:41 UTC
    Thank you. I appreciate the help. It took me a while to find this node and the posted replies. I'm still not sure how to find things on this site.