hi,
i have to give a set of commands from a perlscript in bash and c
shell depending on an argument.
since my default shell is bash the commands i give work.
but for c shell the set of commands don't execute.
i mean the subsequent commands after i go to c shell (system
hi,
i did exported some values inside perl (using shell command
"export") but didn't get reflected in the shell after execution of the
script. How to do it???
thanks
--
cheers../elan
visit www.tamil.net for tamil fonts
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
hi,
i want to find the hierarchial path of a file inside a perl script.
the path can be found using the shell command
find [path] expression..
and assign to a variable in perl.
but it gives me a numerical value.
how to get it as a string?
thanks in advance.