I have worked on this all day and I can't get it right
What the ***** am I doing wrong
#!/usr/local/bin/perl
mkdir("testdir", 0755);
use File::Copy;
copy("test.pl", "testdir/links2.pl");
chmod(0755, "testdir/test.pl");
be kind I'm new to perl
the mkdir copy file works but it will not set permissions. I'm also getting an error 500 but the path to perl is right and is uploaded in assci....
