View Single Post
  #1 (permalink)  
Old 11-02-2006, 09:39 AM
smith smith is offline
Programmer
 
Join Date: Jun 2006
Posts: 108
Rep Power: 9
smith is on a distinguished road
Default Arguments in Perl

How do I accept and manipulate arguments in PERL?

./perlscript.pl $arg1 $arg2


???
__________________
Code:
for (int i;;) {
   cout << "Smith";
}
Reply With Quote

Sponsored Links