Results 1 to 2 of 2

Thread: perl question[RESOLVED]

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 1999
    Location
    Sarasota, FL, US
    Posts
    49

    Red face 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.

  2. #2
    Hyperactive Member Libero's Avatar
    Join Date
    Jun 2000
    Location
    Swedish viking
    Posts
    460
    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
  •  



Click Here to Expand Forum to Full Width