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 Shaun E 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: photores
  • Content: Threads
  • Order by date
  1. photores

    File download

    Hi! Please help. How I can download file from ftp server via browser. I try use code below, but it not download file. it print file in browser. ----------------------------------------------------------- print "Content-type: file\n\n";# I seem this is wrong? eval { use Net::FTP...
  2. photores

    DB_File question...

    Hi! Known anyone, how I can modify tied file size. I need save to db file small values (for example: key - 10 char, value - 30 char), but file is very large, approx 8kb empty and it quick enlarging...
  3. photores

    DBI can not connect to mysql!

    Hi, guys! Please, help. I write script that use DBI for connecting to Mysql, but I have error: * (98)Address already in use: make_sock: could not bind to port 80 DBI->connect(mail_list:localhost:3306) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)...
  4. photores

    Mandrake7.1 not responding after installation

    Hi! I am newbie to Linux. After installation and reboot, Linux load is starting. It successfully until Xwindow is loaded. After this, my display is switch off and computer not responding.:-( Please help!
  5. photores

    How I can switch of encoding for image files?

    Hi! I use apache(win32) for Perl scripts testing on my desktop. If I try upload image wia file field, my image is crashed (look as uploaded in ascii mode). How I can switch of auto encoding for image files? :-)
  6. photores

    image uploding via file field

    Hi! I try upload image to server via form. I take working code, make some modifications, and try use it on my desktop (Win98, Apache for Win)>:-( You can see it here: Code sample is below: ----------------------------------------------------- my $im_file = $co->param("img_$no")...
  7. photores

    Parse HTML tags (need help)

    Hi!<br>Iwrite CGI for my images portfolio. This is my first &quot;serious&quot; script, and I need anyone, who can help me.:-)<br>I modified parse_template subroutine(by Matt Wright, CGI/Perl coocbook) for returning parsed txt file in program, and using it as easy customizable page<br>parts...

Part and Inventory Search

Back
Top