Re: function system

2002-12-18 Thread Ramprasad
comd3"); Pedro corcobado wrote: I have a problem with the function system. I execute a source like this: programa.pl #!/opt/perl/bin/perl . . . . . . . sub funcion_monitor () { system("nohup funcion_halt &&quo

function system

2002-12-18 Thread Pedro Corcobado
I have a problem with the function system. I execute a source like this: programa.pl #!/opt/perl/bin/perl . . . . . . . sub funcion_monitor () { system("nohup funcion_halt &"); } sub funcion_halt () { syste