Yes I want to achieve set variable test in the shell through perl script. So If I source perl script and I type 'echo $text' in linux screen, then output will be 'TRUE'. Easily I want to use 'setenv' function in perl script.. but I don't know how to use 'setenv' in perl script... Thank you