c shell commands in perl script

2002-10-30 Thread Elanchezhian Sivanandam
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

export inside perl

2002-10-22 Thread Elanchezhian Sivanandam
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

reg shell commands

2002-10-21 Thread Elanchezhian Sivanandam
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.