Re: Setting PATH within a Perl Script
From: Mintcake (tony_at_skelding.co.uk)
Date: 02/28/05
- Previous message: badtemper_at_gmail.com: "Start and stop AIX print queues from a web page?"
- Next in thread: Manzoorul Hassan: "Re: Setting PATH within a Perl Script"
- Reply: Manzoorul Hassan: "Re: Setting PATH within a Perl Script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Feb 2005 13:18:54 -0800
Manzoorul Hassan wrote:
> Isn't there a simple way to add a dir to my PATH env? Seems like all
> the examples I've seen so far all in one way or another is parsing
the
> current PATH and puts it all together, including the new dir.
>
> Isn't there a simpler version of this whole process?
>
> - manzoor
You want something simpler than...
$ENV{PATH} .= ":$dir";
???
- Previous message: badtemper_at_gmail.com: "Start and stop AIX print queues from a web page?"
- Next in thread: Manzoorul Hassan: "Re: Setting PATH within a Perl Script"
- Reply: Manzoorul Hassan: "Re: Setting PATH within a Perl Script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]