E
E Arredondo
Hi,
I need all files created to be -rw-rw-rw , on unix I would put at the top of
the script:
#!/bin/ksh
umask 0
Can I use umask on perl ?
#!/usr/bin/perl -w
umask 0
Thanks
I need all files created to be -rw-rw-rw , on unix I would put at the top of
the script:
#!/bin/ksh
umask 0
Can I use umask on perl ?
#!/usr/bin/perl -w
umask 0
Thanks