Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: skyglider
  • Content: Threads
  • Order by date
  1. skyglider

    Can't parse the form when user subimt with cirillic font

    Here is what i use: this <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1251&quot;> </head> AND here is that part of script which handle keys and value from the form foreach $pair(@pairs){ ($key,$value)= split (/=/,$pair); $key=~tr /+/ /...
  2. skyglider

    how can i use the &quot;strict&quot; library and the my() function correctly

    &nbsp;&nbsp;<br>it just don't work correctly and <br>tell me i have a mistake or<br>don't tells me anything<br>but the script don't work <br>&nbsp;i use subroutene and variables<br>for strict
  3. skyglider

    when the script is uploaded do not open files

    My script do not open files<br>when I upload it to the server.<br>The permitions and the paths are all right. <br>When i test it on my PC it works but when i upload it- do not open any file.<br>I use the &quot;tie&quot; function.<br>the libraries are all right too<br><br>If anybody can help...
  4. skyglider

    &quot;delete $hash{$key}&quot; in loop deletes only the only one time - why

    here is the idea:<br>I want to delete&nbsp;&nbsp;&nbsp;the keys and values from a hash<br>( the keys are elements of an array)<br>and when i use this code- it runs and deletes only the first element of the hash<br>here is the code<br><br>sub...

Part and Inventory Search

Back
Top