Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # $var->{'one'}->{'fish'}
    # $var->{'two'}->{'fish'}
    # etc
    
  2. or download this
    my $mime = {
        'Web Page'          => { icon => 'webdoc.png',
    ...
                                 ext  => ['cgi','pm','pl'],
                               },
    };