| Programming C# C++ (7) Delphi (604) Java (8) JavaScript (55) perl (40) mysql (3) perl CGI (3) php (12) VBScript (1) Visual Basic (1) |
Reading command line arguments from perl
(2 votes). Leave comments and/ or rate it.
Question: I am writing some command line tools to manipulate a large number of text files. How can I pass commandline arguments?Answer: The command line can be read with @ARGV
Comments:
|