Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              '10' => 'Test1,Test2,Test3,Test4,Test5,Test6',
              '20' => 'Test4'
            };
    
  2. or download this
    $VAR1 = {
              '10' => 'Test1,Test3,Test5,Test6'
            };
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    
    print Dumper(\%new_reports);