Right now, I am working on the project using ARGV like set random number for input.
perl set_victim.pl Alex
After running that script, it will set random number for that input like 'Alex 1' then export to file
After that, I run perl get_victim.pl -> it will run random number from file, export the name with that number and pop out to avoid calling it again like 1 Alex or 2 Brian
Can I have any ideas how to set random numbers for ARGV from users? Then, retrieve random number from file returning info name with that number.