in reply to Re^2: how to invoke unix commands in perl
in thread how to invoke unix commands in perl

how about with system("what ever you want to do in unix"); ?
  • Comment on Re^3: how to invoke unix commands in perl