in reply to Re^3: How to sovle this, if i use strict i'm getting error.in thread How to sovle this, if i use strict i'm getting error.
use strict; sub foo { print "Foo"; } sub bar { print "bar"; } main->can("foo")->(); [download]