Help for this page

Select Code to Download


  1. or download this
    sub make_list {
      my %opt  = @_;
    ...
    
      return \%list;
    }
    
  2. or download this
    print DDumper make_list( file => $Artifacts, headings => ['+'] );
    
    ...
            'The Librarians, And the Final Curtain'
            ]
        }
    
  3. or download this
    print DDumper make_list( file => $programs );
    
    ...
        VideoLAN         => 'www.videolan.org',
        grepWin          => 'tools.tortoisesvn.net/grepWin.html',
        }
    
  4. or download this
    print DDumper make_list_2( file => $BBSs, headings => [qw(name domain 
    +ip site)] );
    
    ...
            site             => undef
            },
        }