Help for this page

Select Code to Download


  1. or download this
    use File::Glob ':globally';
    #...............^
    
  2. or download this
    P:\test>perl -MFile::Glob=globally -de1
    
    ...
    "globally" is not exported by the File::Glob module
    Can't continue after import errors at -e line 0
    BEGIN failed--compilation aborted.
    
  3. or download this
    P:\test>perl -MFile::Glob=:globally -de1
    
    ...
    
    main::(-e:1):   1
      DB<1> Config::DESTROY(c:/Perl/lib/Config.pm:1198):