"Shishir K. Singh" wrote:
> 
> I was just wondering if there is anything similar
> in perl for unix commands pushd / popd  ??

pushd and popd are built-in shell commands, they aren't really "Unix"
commands.  What exactly are you trying to do?

perldoc -f push
perldoc -f pop
perldoc -f shift
perldoc -f unshift
perldoc -f splice


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to