Help for this page

Select Code to Download


  1. or download this
    sub imgtype {
        my $file  = shift;
    ...
           }
    }
    
  2. or download this
    my %ALLOWED = ('GIF' => 1 ,'JPEG' => 1 );
    # can be called like this 
    ...
    }else{
       # delete it or do whatever you want with it
    }