Help for this page

Select Code to Download


  1. or download this
    wr.c (C wrapper):
    
    ...
       sArgv[4] = 0;
       execv("/usr/bin/perl", sArgv);
    }
    
  2. or download this
    Example Perl script t1.pl:
    
    ...
    print "arg1='$arg1'\n";
    dump_user_details($<);
    dump_user_details($>) if $> != $<;
    
  3. or download this
    cc -o wr wr.c
    chown root wr t1.pl
    ...
    chmod 4710 wr
    ./wr test