|
Archives of the TeradataForumMessage Posted: Fri, 24 Jan 2003 @ 21:29:18 GMT
Okay.
Yes! And fortunately with Perl being Perl, "There's more than one way to do it". You can use backticks (to the left of the 1): my $return_val = `mlod < your_mload_script`; Or, you can use the system() function: (system("mlod < your_mload_script") == 0) || die "Oops!"; Hope this helps, Sam
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||