[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

Re: [patch] Re: WML wml::std::lang questions



Yesterday you sent me mail regarding [patch] Re: WML wml::std::lang questions:

*> -            system("chmod $chmod $outfile");
*> +                #   additionally run chmod on the output file
*> +                if ($outfile ne '-' and $chmod ne '' and -f $outfile) {
*> +                    system("chmod $chmod $outfile");
*> +                }

why are you using an external command when there is 

a native chmod already in perl ? try perldoc -f chmod ?

cheers
tobi

-- 
 ______    __   _
/_  __/_  / /  (_) Oetiker, Timelord & SysMgr @ EE-Dept ETH-Zurich
 / // _ \/ _ \/ / TEL: +41(0)1-6325286  FAX:...1194  ICQ: 10419518 
/_/ \.__/_.__/_/ oetiker@ee.ethz.ch http://ee-staff.ethz.ch/~oetiker

______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com