Help for this page

Select Code to Download


  1. or download this
    Global symbol "$directory" requires explicit package name (did you for
    +get to declare "my $directory"?) at 1201637.pl line 25.
    Global symbol "$directory" requires explicit package name (did you for
    +get to declare "my $directory"?) at 1201637.pl line 26.
    1201637.pl had compilation errors.
    
  2. or download this
    $ perl -Mstrict -wlE 'unless (0) { my $foo = 42 }; say $foo'
    
    Global symbol "$foo" requires explicit package name (did you forget to
    + declare "my $foo"?) at -e line 1.
    Execution of -e aborted due to compilation errors.
    
  3. or download this
    opendir my $directory, 'C:\\Program Files\\OSNE' or
        die("Unable to open directory 'C:\\Program Files\\OSNE'\n");
    
  4. or download this
    Name "main::OUTPUT" used only once: possible typo at 1201637.pl line 3
    +4.
    1201637.pl syntax OK