Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        elsif (condition { return "failed: uid not unique"; }
        else { return "failed: unknown error";
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        }
        return;
    }