> Hi. > Just another question. How can I get a user input from the console in perl? > I'm just playing with the DBI Module and want to ask for a select statement, > which I can enter in the console. Executing the statment works already fine > *gg*.
> Thnx for your help. this is a great mailing list :o) > Heiko my $input = <STDIN>; ============ Best regards, mki [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]