Re: Perl Script Error : Can't call method execute_flow without a package or object reference

2009-04-17 Thread Jim Gibson
On 4/16/09 Thu Apr 16, 2009 2:25 PM, Chas. Owens chas.ow...@gmail.com scribbled: 2009/4/16 Jim Gibson jimsgib...@gmail.com: snip This calls the new method in package vpu and assigns the return value, which should be a blessed scalar of some type, usually a reference to a hash, but it could

Re: Perl Script Error : Can't call method execute_flow without a package or object reference

2009-04-17 Thread Chas. Owens
On Fri, Apr 17, 2009 at 18:01, Jim Gibson jimsgib...@gmail.com wrote: On 4/16/09 Thu  Apr 16, 2009  2:25 PM, Chas. Owens chas.ow...@gmail.com scribbled: 2009/4/16 Jim Gibson jimsgib...@gmail.com: snip This calls the new method in package vpu and assigns the return value, which should be a

Perl Script Error : Can't call method execute_flow without a package or object reference

2009-04-16 Thread Fatema M
Hi, I am facing an error while executing the Perl script, its compilation fails with the following error Can't call method execute_flow without a package or object reference at addr Code Snippet: require 'test_data'; $SCRIPT_ID =

Re: Perl Script Error : Can't call method execute_flow without a package or object reference

2009-04-16 Thread Jim Gibson
On 4/15/09 Wed Apr 15, 2009 9:18 PM, Fatema M fsm1...@gmail.com scribbled: Hi, I am facing an error while executing the Perl script, its compilation fails with the following error Can't call method execute_flow without a package or object reference at addr Code Snippet: use

Re: Perl Script Error : Can't call method execute_flow without a package or object reference

2009-04-16 Thread Chas. Owens
2009/4/16 Jim Gibson jimsgib...@gmail.com: snip This calls the new method in package vpu and assigns the return value, which should be a blessed scalar of some type, usually a reference to a hash, but it could be any scalar. snip $vpu must be a blessed scalar in order to call methods on it.