hello,
I'm trying to use sendmail command;
so i've create a text file with this
in the shell i make this :
sendmail -t < /home/james/doc/message.txt
-bash: sendmail: command not found
i don't understand why it's not running ?
Thanks
hello,
I've read the perl doc for the function map but i've not good understood;
Somebody can explain me with an example , please ?
Thnaks for your help
hello,
In some ETL, i've the option :
Update else insert.
Insert else update.
I've some difficult to understand the differences between this 2 options.
In fact, with the first or the second option,my date are update and insert.
Somebody can explain me ?
Have exemples ?
Thanks
hello,
I've made a perl script,
I will print the start hour of the script and the end hour.
I've make this
#!/usr/bin/perl
use strict;
use POSIX qw(strftime);
...code
print "Started ".strftime( '%H:%M:%S', localtime )."\n";
...code
print "Stopped ".strftime( '%H:%M:%S', localtime...
hello,
I've script A.pl who modify something;
I want to use this script in another script B, because i call 3 times the script A for modifiying things.
It's possible in perl to do this ?
May be something like this :
B.pl
Thanks
Hi guys;
Is-it possible to modify the connection port for DB2 instance ?and how ?
may be directly in the /etc/services or with a db2 command ?
Thanks for your help
hi guys,
I've a problem and i want to know if it possible,
i explain
On a server A, i've installed DB2connect server;
with this DB2connect, i connect to my DB2 database on the host.
If i've good understand, the DB2connect create a virtual database on my server A;
And when i connect to the...
hi,
For install perl DBI module, I need just install this
DBI-1.53.tar.gz ?
When i install this,it install the other DBI module like DBI::DBD ??
If it's not the case,must i install DBI::DBD for using DBD::Oracle ?
Thanks
hi,
I've a list of script, and i was looking for the script where i use the subroutine init;
so i do it,
cat *.sh | grep init
but this command return me things like this
init(..
inti(..
but not the script where are the sub
how can i do ?
Thanks
hi,
It's possible to create a perl function with optional parameter ?
For example,
i can call my function like this
test(param1) or test(param1,optionalparam)
Thanks
hello,
It is possible, when using log4perl :
$log->info("System checking");
To print the text(System checking) in red or green(or another colors) ?
Thanks.
Hi,
I extract a line from a file,and in this line i want to take the name of my file;
The line look like this
PROCESS FILE="test.sh" SIZE="32" LOCATION="C:"
In this line i want just the name : test.sh
I ve try this
my $x = 'PROCESS FILE="test.sh" SIZE="32" LOCATION="C:"';
$x =~ s/FILE="(\w+)"...
hello,
I've a perl script;
In this script , i use a environmental variable;
But if my variable is not defined, i prompt and i can write a value for this environnemental variables.
I've a problem;
How can i do , to export this variable and use this in another script ?
Thanks;
hi guys;
I use unix commande for stopping repository server , i ve the choice between two command in informatica help :
-pmrepserver -s -x <administrator_password> -h <host_name>:<port_number>
or this :
pmrepserver -s -X <administrator_password_environment_variable> -h...
hello,
In my script, i use chdir to change directory and run a function;
I explain with an example :
I run my script from /home/tom/axa
In my script i do : chdir ("/home/test");
after my chdir ,the script do another thing but where i am ?
in /home/tom/axa or in /home/test ?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.