Hi,
I'm still new to perl and have to figure out how to feed a complete directory listing as parameters into another perl script. I've looked around online and found command examples that use words like "cat" "find" "name".....wher e can I go to learn more about using these and any other command line arguments in the Windows environment? So far, every time I google the combination of cat and perl I find that cat is a Unix variable.
Thanks.
I'm still new to perl and have to figure out how to feed a complete directory listing as parameters into another perl script. I've looked around online and found command examples that use words like "cat" "find" "name".....wher e can I go to learn more about using these and any other command line arguments in the Windows environment? So far, every time I google the combination of cat and perl I find that cat is a Unix variable.
Thanks.
Comment