in reply to Custom Arguements

Hello Ghosty,

I am not sure if I understood your question correctly but is this (Shell::Perl) something close to what you are looking for?

If not can you provide a sample of code, not everyone is familiar with custom terminal shell.

Looking forward to your update, BR.

Seeking for Perl wisdom...on the process of learning...not there...yet!

Replies are listed 'Best First'.
Re^2: Custom Arguements
by Ghosty (Novice) on Aug 16, 2018 at 03:22 UTC
    Ok what i meant is the user when executing the script gets a user input and some custom commands as like help or anything which i code myself, but i wanna to make a tool that allows the user to do a lot on his system as in scanning for perl backdoors etc for security so there would be modules, what i want is the user to do use <module> and perl to understand that if the users puts use then a module that perl needs to read what is after use and see if the module exist if it does it executes it, is it more clear? If not type on google "Metasploit hacking tuto" its the only tool i can think of that shows what i'm asking for. Is it more clear?