"John W. Krahn" wrote:
>
> "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 ar
On Tuesday, July 23, 2002, at 11:39 , Shishir K. Singh wrote:
[..]
> I have this awfully old shell script that used lots of pushd and popd and
> I need to convert it to perl. I will have to settle with push and pop and
> cwd for the time being. Thanks anyways !!
traditionally pushd
Thanks John...I appreciate it!!
> >
> > 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 yo
"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
>
> 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
&
"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 pu
>I was just wondering if there is anything similar in perl for unix
>commands pushd / popd ??
>I can't find such a thing. You (or someone else) could write one. It
>doesn't seem too difficult; it's just an array.
Good Idea!! might as well do that!!
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
hmmm..they are array functions...I guess I can use the cwd/push/pop to simulate the
pushd and popd, just was being lazy :) and wanted to know if a direct pushd popd kind
of function exists!!
>how about functions like push, pop, shift, unshift ?
> -Original Message-
> From
On Jul 23, Shishir K. Singh said:
>I was just wondering if there is anything similar in perl for unix
>commands pushd / popd ??
I can't find such a thing. You (or someone else) could write one. It
doesn't seem too difficult; it's just an array.
--
Jeff "japhy" Pinyan [EMAIL PROTECTED]
how about functions like push, pop, shift, unshift ?
> -Original Message-
> From: Shishir K. Singh [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 23, 2002 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: pushd and popd
>
>
> I was just wondering if there is anyt
I was just wondering if there is anything similar in perl for unix commands pushd /
popd ??
Thanks
Shishir
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
11 matches
Mail list logo