Help for this page

Select Code to Download


  1. or download this
    my ($filename) = $header{'Content-Disposition'}
        =~/ filename=(("[^"]*")|([a-z\d!\#'\*\+,\.^_\`\{\}\|\~]*))/i;
    
  2. or download this
    my ($filename) = $header{'Content-Disposition'}
        =~/ filename=(("(?:\\\"|[^"])*")|([a-z\d!\#'\*\+,\.^_\`\{\}\|\~]*)
    +)/i;