[Perl-unix-users] REGULAR EXPRESSION IN SPLIT FUNCTION - PLEASE HELP ME.

2001-03-01 Thread ponnambalam . ma
DEAR FRIENDS, PLEASE HELP ME REGARDING THE REGULAR EXPRESSION IN SPLIT FUNCTION data is : CDM210909 or FDM210909 ( ie start with 3characters followed any no of numeric numbers) probelm is : i need to split this word into CDM and 210909( split into characters & numbers). --- ie, i wi

[Perl-unix-users] Give me the guidence to install the PERL Modules

2001-06-15 Thread ponnambalam . ma
Dear all, Can u please give me the way of installing the PERL Modules. And then is it possible to download the PERL modules from CPAN for Solaris based. Thanks for ur early reply if i get. Expecting your Wishes, Pons. Extn: 1328 ---

[Perl-unix-users] Net::Telnet Problem .

2001-07-09 Thread ponnambalam . ma
Dear All, This is the code that i have used to get the who result from the Telnet. i got the error as " Timed out waiting for command prompt ". use Net::Telnet (); $t = new Net::Telnet (Timeout => 10, Prompt => '/bash\$ $/'); $t->open("pon

[Perl-unix-users] Telnet Command bnot works,

2001-07-11 Thread ponnambalam . ma
@lines = $t->cmd("grep -v # *.rm | awk '{print $1}' "); This'll not work, what may be the reason . Please help me. My objective is that, process the command in Telnet in which i wish to " Extract the Non hash entries from a file and then i wish to extract the first column value alone. Expec