Help for this page
use warnings; use NotMy::Module qw< setsomestring >; my $input= <STDIN>; setsomestring( $input );
no warnings; use NotMy::Module qw< setsomestring >; my $input= <STDIN>; setsomestring( $input );