Help for this page

Select Code to Download


  1. or download this
    my $folder = 'E:\FOLDER\Test\WEB';
    {
    ...
                 },
           ]
    };
    
  2. or download this
    #test.pl
    use Modern::Perl;
    my $config = do 'work.conf';
    use Data::Dumper;
    say Dumper( $config );