http://www.perlmonks.org?node_id=994959


in reply to Re^5: Any improvement over the code possible??
in thread Any improvement over the code possible??

Different modules have different requirements, which are usually in the docs:
By default Scalar::Util does not export any subroutines.

So, for this module, you must import explicitly. See also perldoc -f use

  • Comment on Re^6: Any improvement over the code possible??

Replies are listed 'Best First'.
Re^7: Any improvement over the code possible??
by Rohit Jain (Sexton) on Sep 21, 2012 at 17:51 UTC

    Thanks toolic for a valuable information.. :)