Help for this page

Select Code to Download


  1. or download this
    sub import
    {
    ...
        }
       eval "require $layer";   # line 22
       warn $@ if $@;
    
  2. or download this
    $layer = $1 if $layer =~ m/^([\w:]+)$/;