Help for this page

Select Code to Download


  1. or download this
    sub _is_string($) {
       my($arg) = @_;
    ...
    sub is_module_name($) {
       _is_string($_[0]) && $_[0] =~ /\A$module_name_rx\z/o;
    }
    
  2. or download this
    perl -E'*{" ::foo"} = sub {42}; say " "->foo'