my ($username, $imagename) = $ENV{REQUEST_URI} =~ /\/(.*)\/(.*)/; if(not defined $username || $username eq ""){ listall(); }