in reply to De-Reference an array

Then I am passing these as a parameter to another perl script print.pl to print after de-referencing it

No you're not. You can only pass strings via ARGV

Replies are listed 'Best First'.
Re^2: De-Reference an array
by Ankit.11nov (Acolyte) on Oct 09, 2009 at 13:44 UTC
    Is there any other way of doing this? Also If I am passing a scalar varaible and an array from define.pl then it works fine. Only when I am passing the reference parameters it is giving this problem.