in reply to Re^3: backtick operator
in thread backtick operator
Found the problem - I needed to increment $| to autoflush. I had a long running sql statement after the call to dbConnect that made it seem as if it was hanging.
I added the following:
$|++;
after
#!/usr/bin/perl
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: backtick operator
by Anonymous Monk on May 14, 2010 at 06:41 UTC | |
by Hue-Bond (Priest) on May 14, 2010 at 06:54 UTC | |
by JavaFan (Canon) on May 14, 2010 at 07:36 UTC | |
by Anonymous Monk on May 14, 2010 at 07:30 UTC |