Setting PATH within a Perl Script

M

Manzoorul Hassan

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
 
M

Mintcake

Manzoorul said:
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";

???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top