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 tmffm

  1. tmffm

    img src path in windows

    Actually, it turns I can get it write, I just can't view it with Mozilla. The image appears fine when viewed with IE. How do I handle the space between Documents and Settings inside of a print statement? or just assign it to a variable?
  2. tmffm

    img src path in windows

    Not from a server. For internal use only. I can't even get this thing to print to an HTML page with a simple .jpg file, no dashes, from my desktop. print OUT4 "<center><img src= 'C:\Documents and Settings\Administrator\Desktop\RRPphoto.jpg'>\n"; Any idea why this code won't work? If I can...
  3. tmffm

    img src path in windows

    Before I get into an actual example, perhaps someone would be nice enough to provide a simple example of the syntax for writing to a file using IMG SRC with a full windows path so, for example print OUT "<center><img src='C:/Documents and Settings/Administrator/Desktop/File/file.gif'>\n"...
  4. tmffm

    LWP download ---multiple downloads

    I use LWP download to get some files once a week from a site. The problem is that after I download a certain number, anything else after is incomplete. I've infered that this is probably that anti bot thing kicking in ---you know, where they want you to type in a phrase or numbers, to continue...
  5. tmffm

    Grow GIF files

    It's simple enough to open and HTML file, say, for appending, and to keep adding data to an existing file. Is it possible to do likewise for a GD::GRAPH file so that additional graphs can be added to an existing GIF file with the original graph being maintained?
  6. tmffm

    open HTML file using Perl

    I can get exec to work by calling it from the same directory the file is in but can't get it work with a complete path telling me 'C:/Documents' is not recognized $file = "C:/Documents and Settings/Administrator/Desktop/file.gif"; what would the correct syntax be? have searched online to no...
  7. tmffm

    open HTML file using Perl

    thanks. I figured it out given your replies. exec($file); works
  8. tmffm

    open HTML file using Perl

    Or just using the DOS start command. How would I call these in Perl?
  9. tmffm

    open HTML file using Perl

    NOt on a website. On my PC. So, it need not be an HTML file. It could be any kind of file: html, gif, etc.
  10. tmffm

    open HTML file using Perl

    We can open a file in Perl for reading or writing is it possible to actually open an HTML file in a browser window using Perl? So, instead of opening for reading or writing, open for viewing.

Part and Inventory Search

Back
Top