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!

Recent content by inaflash

  1. inaflash

    How many bytes does Perl use for integers?

    How many bytes does Perl use for standard integers?&nbsp;&nbsp;Could anyone also answer why<br>printf (&quot;%u&quot;, -455); yields 4294966841?<br><br>Thank you
  2. inaflash

    [b]Sql()... Can anyone explain this function's usage?[/b]

    Can anyone help me understand the usage and why the reasoning behind it's true and false return values?
  3. inaflash

    Cookie Implementation... What's missing?

    Can anyone help me implement cookies on my script.&nbsp;&nbsp;What am I missing.<br><br>print &quot;Set-Cookie: &quot;;<br>print &quot;Name&quot;, &quot;=&quot;, $name, &quot;; expires=&quot;, $expires, &quot;; path=&quot;, $path, &quot;; domain=&quot;, $server_domain...

Part and Inventory Search

Back
Top