in reply to Are there argc and argv type functions in perl

while(<>) { } This will allow you to read input from the command line, its all in the camel book, a must have for all level of perl programmer.
  • Comment on RE: Are there argc and argv type functions in perl