in reply to Re^2: Issuing chmod commands using perl
in thread Issuing chmod commands using perl

I said shell script ... not perl script ...
to make a perl script, would be more cool to use the 'chmod' perl function; but it didn't works for wildcarded paths like "/home/somewhere/*" ...

A little more work ... but yesterday, i was a little bit lazzy ...

Regards
turo

perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'