anjalimetclouds
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by anjalimetclouds-
Plugin development : qx command, wrong exit value
Hi, In my plugin, I would like to run a command capture its exit value. Given below is my code. $result = qx{yum check-update}; $exitcode = $?; There is updates in server so the exit value shoul...
-
Plugin development : form action not working
Hi, I am trying to develop a plugin. I have created a cgi script to show a form. But on submitting, the action is not working. Getting the following error. No response from subprocess: The subpro...
-
whm plugin creation error - user root does not exist
Hello, I am trying to create a sample whm plugin. While running my .conf file, I got the following error. user root does not exist, skipping application configuration at ./hello.conf Please hel...