in reply to Re^2: call a program inside another program
in thread call a program inside another program

In Linux OS if I use code system('program2.pl', 'username', 'userid'); How can I catch those values in program2.pl?

Replies are listed 'Best First'.
Re^4: call a program inside another program
by Corion (Patriarch) on Sep 06, 2007 at 12:22 UTC

    See perlvar. You find the arguments in the @ARGV variable.