"Simas Mockevicius" <[EMAIL PROTECTED]> writes:

>> You want to read from <STDIN> ?
>    Yes.
>
>> Simas Mockevicius wrote:
>>> Hi,
>>>
>>> I need one thing: I am starting from shell perl program, and I need to
>>> enter some parameters (characters, numbers). Of cource I can do this
>>> with shell arg. but I need it to input when the program is running.
>>> Any sugestions ?

$characters_numbers = <STDIN>;

The program will stop until you input a line and hit <ENTER>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to