in reply to Call shell script variables in perl

See %ENV. But it only works if you do the exporting correct: export MY_LIB_PATH; (no $ on the variable name).

Update: d'oh, just read Eliya's reply, and realized that I haven't read the scripts carefully enough.