Help for this page

Select Code to Download


  1. or download this
     my $mycmd = "test.py";#test.pl
    my @res = qx/$mycmd/;
    
  2. or download this
     #!/usr/bin/env python
    import sys
    import os
    os.system("ping 127.0.0.1 > NUL")