in reply to Re^3: Usage of flags in scriptsin thread Usage of flags in scripts
$ perl -e 'sub say { print @_, "\n" } say STDOUT "Hi"' Can't locate object method "say" via package "IO::Handle" at -e line 1 [download]