Guest_imported
New member
- Jan 1, 1970
- 0
currently I'm doing the following command
system( "$fnf", "$release", "$line", "u"
where
$fnf = "perl " . "$base" . "import_dump_and_drop"
$release = <a parameter> #and yeah I checked to make sure it had the right value
$base = "/<dir_name>/<dir_name>/software" #where dir_name is the appropritate directory structure
my problem is that at the beginning of the import_dump_and_drop script I placed a print "HELLO WORLD" and when I run the script above I don't get a thing...
if you have any ideas, suggestions, or comments they would be appriciated. thank you in advace
system( "$fnf", "$release", "$line", "u"
where
$fnf = "perl " . "$base" . "import_dump_and_drop"
$release = <a parameter> #and yeah I checked to make sure it had the right value
$base = "/<dir_name>/<dir_name>/software" #where dir_name is the appropritate directory structure
my problem is that at the beginning of the import_dump_and_drop script I placed a print "HELLO WORLD" and when I run the script above I don't get a thing...
if you have any ideas, suggestions, or comments they would be appriciated. thank you in advace