in reply to Need help with s///
It seems as though it was trying to interpolate the variable in the double quoted string. Once I replaced the "s with 's , the program ran and gave the following output:Global symbol "$NETOBJ" requires explicit package name at F:\reg.pl li +ne 7. Execution of F:\reg.pl aborted due to compilation errors.
Here's the change:parameter
$a = '$$NETOBJ.parameter';
|
|---|