|
-
Jul 29th, 2002, 12:15 AM
#1
Thread Starter
Member
perl question[RESOLVED]
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....
Last edited by VBNut; Jul 29th, 2002 at 02:06 AM.
-
Aug 22nd, 2002, 06:02 AM
#2
Hyperactive Member
Please tell us how you resolved it.......
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|