Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl -wT
    
        use strict;
    ...
    
        # Now do something as the suid user
        MyModule::DoSomething();
    
  2. or download this
        % chmod 4755 theprogram