Help for this page

Select Code to Download


  1. or download this
        # 1
        my $m = "Module.pm";
    ...
        # 2
        require "Module.pm";
        import "Module.pm" qw(something);
    
  2. or download this
        String found where operator expected (...)
            (Do you need to predeclare import?)