in reply to Re^2: converting from string to SCALAR when using strict "refs"
in thread converting from string to SCALAR when using strict "refs"
# borrowing from [kyle]'s translation, # at program beginning my %proc_id; system("$os_cmd_table{$^O}{pbind} -b $processor $$proc_id{$_} >/dev/nu +ll 2>&1") if defined $processor;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: converting from string to SCALAR when using strict "refs"
by usrlocal (Novice) on Jan 21, 2009 at 19:07 UTC | |
|
Re: converting from string to SCALAR when using strict "refs"
by usrlocal (Novice) on Jan 21, 2009 at 19:31 UTC | |
by kyle (Abbot) on Jan 21, 2009 at 20:02 UTC |