Hi Friends,
Whenever iam logging in to a linux machine , it is displaying my login shell (after opening a terminal)like
username@hostna me.how to avoid this .I just want my shell to be displayed.
Thanks
Jayakumar
User Profile
Collapse
-
Hi Motoma,
I could not find the source for apache.I am inside the directory (mod_perl-1.30).I am giving the details when i ran the perl makefile.PL.Ins ide /usr/apache i could not find any src directory..That is my issue...
# perl Makefile.PL
Enter `q' to stop search
Please tell me where I can find your apache src
[../apache_x.x/src] /usr/apache
Configure mod_perl with /usr/apache... -
How to Download mod_perl (binary)for solaris 8.
Hi,
I need to download mod_perl (binary)for solaris 8 for running perl scripts thru web browser.Can any body please provide the link for downloading ?
I downloaded source mod_perl from Net.I am having apache 1.3.31 already in my solaris machine.I could not able to locate the src folder.So i am asking binary mod_perl for solaris 8.
Thanks in advance
jayakumar -
How to run perl script using apache server in solaris machine
Dear Friends,
Can anybody tell me how to run perl script using apache server in solaris machine? I have apache installed in Solaris machine.Server is remote server.I am trying to run the Script thru IE from my Windows machine.
Thanks in advance,
Jayakumar -
How to run perl script using apache server in solaris machine
Dear Friends,
Can anybody tell me how to run perl script using apache server in solaris machine? I have apache installed in Solaris machine.Server is remote server.I am trying to run the Script thru IE from my Windows machine.
Thanks in advance,
Jayakumar -
-
Hi,
I tried this ...I am in unix machine A
(Here arg is 888).
#perl abc.pl 888
my $empno1 = $ARGV[0];
print "$empno1\n" ;
use Net::Telnet;
$telnet = new Net::Telnet ( Timeout=>10,Err mode=>'die',Pro mpt => '/\$ $/i');
$telnet->open($host);
$telnet->login($usernam e,$passwd);
print $telnet->cmd('sh user.sh $empno1'); ##Connected to another...Leave a comment:
-
Passing parameters to .sh file from a perl file
Dear Friends,
I have a perl script abc.pl.I will be running this script with an parameter .The same parameter value i would like to pass to the shell script (The shell script is inside perl script ).Is it possible.Can any body throw light on this ?.
Example :perl abc.pl arg1
content of abc.pl
--------------------
{
sh hello.sh arg1
}
Thanks in advance ... -
-
How to cut fields with pipe separator in a file
Dear friends,
Inside the perl script i will opening the file which is having three columns with pipe separated.
a|1|abc
b|2|bcd
c|3|one
Now i want to read the first record (a|1|abc), split the record and assign the each column values to some variable.
Can anybody help me in this ?
Thanks in advance
Jayakumar
No activity results to display
Show More
Leave a comment: