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

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top