Help for this page

Select Code to Download


  1. or download this
    $configs{images}{attach}{file}="height=19 width=15 src='/images/attach
    +/file.gif' border=0";
    $configs{images}{attach}{URL}="height=19 width=15 src='/images/attach/
    +URL.gif' border=0";
    $configs{images}{attach}{edit}="height=19 width=15 src='/images/attach
    +/edit.gif' border=0";
    $configs{mime_map} = MY::PATH::_get_mime_map ();
    
  2. or download this
    sub _get_mime_map {
        my $mime_map = { 
    ...
                    'asc' => ["text/plain","ASCII Text File"]
    return($mime_map);
    }