Help for this page

Select Code to Download


  1. or download this
    my ($username, $imagename) = $ENV{REQUEST_URI} =~ /\/(.*)\/(.*)/;
    
  2. or download this
    my ($user, $img) = $ENV{REQUEST_URI} =~ m#^/([^/]+)/([^/]+)$#;