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
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
code...
i call the script A.pl with parameter :
A.pl -filename xx.csv
code ..
i call another times the script A.pl :
A.pl -filename vb.csv
code ...
Thanks