Help for this page

Select Code to Download


  1. or download this
    $::folder = 'E:\FOLDER\Test\WEB';
    $::config = {
    ...
                 },
           ]
    };
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    print $::folder;
    
    pp $::config;
    
  3. or download this
    C:\test>junk
    Name "main::folder" used only once: possible typo at C:\test\junk.pl l
    +ine 7.
    ...
                    },
                  ],
    }