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
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
---
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
@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