troll314 has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to get the contents of that file into the variable $mail$mailstr = "$GETURL -d \"$SECURITY\" http://$SERVER$SUBSCRIPT?id=$code +"; print "\n$mailstr\n"; $mail = `$mailstr`;
If I take that and execute it on the prompt it returns the page on STDIO and finishes, no problem. However perl waits around indefinately until I press CTRL-D then continues/usr/local/bin/urlget -d "username=matt&password=yeahright" http://mat +t/functions/financial/templates/textinvoice.asp?id=GDI
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: backticks command just waits
by dga (Hermit) on Aug 26, 2001 at 19:58 UTC | |
by troll314 (Initiate) on Aug 27, 2001 at 00:39 UTC | |
|
Re: backticks command just waits
by troll314 (Initiate) on Aug 26, 2001 at 19:57 UTC | |
|
Re: backticks command just waits
by jlongino (Parson) on Aug 26, 2001 at 20:46 UTC | |
by troll314 (Initiate) on Aug 27, 2001 at 00:41 UTC |