THe following code works on my AIX machines, but not on Solaris machines. All are running Perl 5.005_03. What's the story? Thanks! #!/usr/local/bin/perl -w print "account = " ; $account = readline STDIN ; chomp($account); print "account: $account\n";
- Re: readline fails on Sun machines? McIntyre, Terry
- Re: readline fails on Sun machines? Peter Scott
- Re: readline fails on Sun machines? rob chanter
- Re: readline fails on Sun machines? Greg Martin
- RE: readline fails on Sun machines? McIntyre, Terry