sravani has asked for the wisdom of the Perl Monks concerning the following question:
use strict; use warnings; print "gate1 name \n"; my $gate1 = ''; chomp($gate1 = <STDIN>); print "gate2 name \n"; chomp($gate2 = <STDIN>);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: command line arguments
by graff (Chancellor) on Nov 05, 2007 at 01:16 UTC | |
|
Re: command line arguments
by jdporter (Paladin) on Nov 05, 2007 at 01:16 UTC | |
|
Re: command line arguments
by megaurav2002 (Monk) on Nov 05, 2007 at 05:43 UTC |