PhillipJones
Programmer
What's Perl equivalent of Unix export variable command ?
When I run Microfocus Cobol programs under Unix I code -
Select Master_File assign to Mastin. (in cobol)
and associate the cobol filename with the Unix filename so -
export Mastin=/prod_master_file
Can I do somthing similar in Perl ?
Thankyou.
When I run Microfocus Cobol programs under Unix I code -
Select Master_File assign to Mastin. (in cobol)
and associate the cobol filename with the Unix filename so -
export Mastin=/prod_master_file
Can I do somthing similar in Perl ?
Thankyou.