in reply to Re^2: eval problem
in thread eval problem
You have a missing close paren ')', Missing close curly '}' and missing final semicolon ';':
eval { if ( timeout_call( 10, sub { $ret = system($mnt_cmd); } ) # 1 2 2 ? { logit("Couldn't get to $smbdest, and couldn't mount it running $ +mnt_cmd"); return 1; # ?? missing '}' } ## <<< missing ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: eval problem
by muad33b (Acolyte) on Jan 10, 2007 at 16:42 UTC | |
by muad33b (Acolyte) on Jan 16, 2007 at 22:05 UTC |