in reply to How to use chmod u +x in perl
Because TMTOWTDI. May I suggest you can also
orqx(chmod 0705 '$filename');
These would circumvent any possibility of Perl's misunderstanding the "u+x". If that actually applies.qx(chmod 0755 '$filename');
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to use chmod u +x in perl
by Tux (Canon) on Nov 25, 2013 at 16:47 UTC |