How would I know which appropriate method to use when coding in Perl, I'm hoping I'm asking the question correctly. For example: use File::Basename;
use Getopt::Std;
If I want to use a method but don't know which one. Is there a way to like the methods with certain actions.
Thanks