i am able to print the value of $puser in the browser but i am not able to save any file with the value of $puser means
lets say after doing $puser = $query->param("pusr"); if $puser value is "JANKPA" then if i use print $puser the browser is able to display the value as JANKPA, but when i do rename("SOMEFILE.txt",$puser"); the file is not getting renamed to JANKPA