Help for this page

Select Code to Download


  1. or download this
    %hash - from main
    $VAR1 = 'foo';
    ...
                         12
                       ]
            };
    
  2. or download this
    %hash - from main
    $VAR1 = 'foo';
    ...
                         ]
                       ]
            };
    
  3. or download this
    #!/usr/bin/perl;
    use strict; 
    ...
        my @array = $source{$data} ;
        return @array;
    }