advanced code snippet search
noah on 07/03/07
file create
07/03/07 10:50pm
# whatever arguments are given at the command line are # taken to be the names for new text files,# which are then created: open OUT, ">$ARGV[0]" or die $!; seek OUT,0,0 and print OUT "\0"; close OUT;
Report this snippet Tweet
Comment:
You need to login to post a comment.