in reply to Re: eval a command
in thread eval a command

All the commands that I run are subroutines of perl modules only. Execution of the $cmd, calls userdefined perl module API. In my case $mci->Do(); OS - Windows XP Perl Version 5.6

Replies are listed 'Best First'.
Re^3: eval a command
by tmharish (Friar) on Feb 22, 2013 at 06:40 UTC

    If you can update from 5.6 its probably a good idea.

    On the other hand did you try to directly call that function and see if that works. Also why not just call these functions instead of using eval?

Re^3: eval a command
by marto (Cardinal) on Feb 22, 2013 at 09:54 UTC

    5.6 is over ten years old, seriously consider upgrading if at all posible.