I have a Directory Named as PROJECT
within this directory I have sub directories i.e YY ZZ JJ etc.
Now I am writing a script file project.pl in the PROJECT Directory which can do certain tasks and will also make some system calls
i.e
now my question is that If we have this something.pl in a sub director how we can call this from the parent directory
within this directory I have sub directories i.e YY ZZ JJ etc.
Now I am writing a script file project.pl in the PROJECT Directory which can do certain tasks and will also make some system calls
i.e
Code:
system ("./something.pl")