Ok I've run into problems.
Firstly the wizard adds my @args = @_; into the module but your example showed that the argument was a scalar reference.
To debug I tried printing $$text but I get:
Can't use an undefined value as a SCALAR reference
Any thoughts?
Firstly the wizard adds my @args = @_; into the module but your example showed that the argument was a scalar reference.
To debug I tried printing $$text but I get:
Can't use an undefined value as a SCALAR reference
Any thoughts?