Actually we can emphasize that 'need' a bit to a 'cannot'. 'use' *must* take a bareword.
unless it's in an eval ;-)
perl -Mstrict -we "my $m='Cwd';eval qq(use $m);print cwd();"
perldoc -f use
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>