in reply to Re^2: Safe.pm, Barcode::DataMatrix, Can't locate object method "new" via package "Barcode::DataMatrix"
in thread Safe.pm, Barcode::DataMatrix, Can't locate object method "new" via package "Barcode::DataMatrix"

at TestSafe.pl line 13
That seems to be the error from your own code - have you tested the sample code that stevieb gave you?
  • Comment on Re^3: Safe.pm, Barcode::DataMatrix, Can't locate object method "new" via package "Barcode::DataMatrix"

Replies are listed 'Best First'.
Re^4: Safe.pm, Barcode::DataMatrix, Can't locate object method "new" via package "Barcode::DataMatrix"
by Tharg (Scribe) on Jul 19, 2015 at 15:23 UTC
    I have now (it was just edited in I think) :
    C:\Users\XX\TestSafe>teststeve.pl ARRAY(0x37c520) C:\Users\XX\TestSafe>
    My function DataMatrix2d works fine outside of the safe compartment. (Note the last several lines of my code above don't make that much sense - I'm testing the wrong stuff after the code ref check, but my problem comes before then)