Recent content by Appollo

  1. A

    Need help in perl scripting !!?

    Hello i am new to perl scripting. I would like to know how do we check the output of a system command using perl. For example, if mysql is restarted i want to print success ------------------------------------------------- #!/usr/bin/perl print "Hello, Perl! \n"; $a='service mysqld restart'...
  2. A

    Object oriented php programming (oo php) ?

    For Object oriented php programming , do we have to install oo php if plain php is already installed on my system ?
  3. A

    Need help in perl scripting !!?

    Hello i am new to perl scripting. I would like to know how do we check the output of a system command using perl. For example, if mysql is restarted i want to print success ------------------------------------------------- #!/usr/bin/perl print "Hello, Perl! \n"; $a='service mysqld restart'...
Back
Top