Up to now I haven't been haveing much trouble with getting the arguments for a script by using @ARGV or shift(). However, once I tried getting arguments that have the '=' (equal sign) in it, I no longer get anything. Apparently these sort of arguments are handled differently, and all I want to know is how to get the name and what it equals.
For example:
script.pl?number=100
The things I want to get are 'number' and '100'. How do I do that?
- Monolith
In reply to Getting arguments such as ?page=20 for web scripts by Monolith-0
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |