Help for this page

Select Code to Download


  1. or download this
    my $include = shift @ARGV;
    eval "use $include";
    
  2. or download this
    my $include = shift @ARGV;
    require $include;
    import $include;