Help for this page

Select Code to Download


  1. or download this
    | 
    |
     exec '/bin/csh', '-c', "source env.csh ; perl $0 nested";
    |
    |
    
  2. or download this
       exec '/bin/csh', '-c', sprintf("source env.csh ; perl $0 nested %s"
    +,join(" ",@ARGV));