... What do you mean by "preserve the format"? What kind of format are you trying to preserve? HTML defines the format. If you strip it out, you have no...
I just started using perl and am new to programming. I grinded out the script below to convert color images to greyscale. The script works, but I would like...
... [snip] ... my @ofs = grep /.jpg/i, @files; HTH, Charles K. Clarkson -- Head Bottle Washer, Clarkson Energy Homes, Inc. Mobile Home Specialists 254...
A certain mail reader likes to send email as 'Content-Encoding: Quoted Printable'. Thus the HTML in this email message (as it creates a MIME block of ...
And checkout Tom Christiansen39;s striphtml at CPAN.ORG: # striphtml ("striff tummel") # tchrist@... # version 1.0: Thu 01 Feb 1996 1:53:31pm MST # version...
How much SPAM am I going to have to put up with for joining yahoo? I had to give out entirely too much info to get here -- I hope I can remember all the crap...
... Never move. Or at least - never forget your old postal code! ... Here's the example from perldelta (from version 5.6.1). sub myopen { open my $fh, "@_" or...
13911
Stefan Hotz
stefan.hotz@...
Mar 3, 2003 12:08 am
I will be out of the office starting 02.03.2003 and will not return until 26.05.2003. I will respond to your message when I return....
13912
Robert Wideman
rwideman@...
Mar 3, 2003 12:21 am
Does this mean that we will have an Outlook Auto-Response message on every message till 5-26??? Rob...
13913
Nathan.Jeffrey@...
Mar 3, 2003 12:25 am
Seems a shame to waste them. Maybe we can collect one for each day, and then mail them back to him on his return? :-) N "Robert Wideman"...
13914
Peter Howell
p.howell74@...
Mar 3, 2003 1:09 am
I'm trying to install the Tk module on my redhat 8.0 box, but I'm getting some errors that I don't understand. I have version 5.8.0 I enter #perl -MCPAN -e...
13915
Gary Hawkins
ghawk@...
Mar 3, 2003 8:04 am
I'm pulling web pages using LWP::UserAgent and ftp pages using Net::FTP, would like to add https capability. There is talk of SSLeay but some have had trouble...
Thanks for the feedback Charles. I'll try out your suggestions. Vivek...
13918
prakash
prakash@...
Mar 3, 2003 5:17 pm
yes i had the same problem.. https wont work with just LWP u need to install some CRYPT module... install this Crypt-SSLeay-0.49 also.. it will work...
Hi, I want to find out how to pass perl variables between files and functions... in C, we declare with "extern" to work in different files.... how to do in...
... You could use symbolic references and the caller function: #!/usr/bin/perl use vars qw|$var1 $var2|; use strict; use warnings; require "VAL.pl"; $var1 = 0;...
Hi In Perl is there a function which is equipvalent to the "find" command in unix? Basically I run my Perl script on Windows and I'd like to list files in a ...
13925
Nathan.Jeffrey@...
Mar 4, 2003 4:32 am
Yeah, check out the File::Find module. It should have come with your perl. Try "perldoc File::Find". Don't expect it to perform very well though. I think...
I have a excel file with following content:(file A) records 32 35 31 30 A 1 0 1 0 B 0 1 1 0 C 1 0...
13929
Gary Hawkins
ghawk@...
Mar 4, 2003 7:09 am
Ok, downloaded from http://search.cpan.org/dist/Crypt-SSLeay/ I'm on Windows, what's next with these files? What about the problem compiling on Windows....
13930
prakash@...
Mar 4, 2003 7:39 am
dear gray, i am really sorry i am zero with windows.. i work on unix and linux.. i just use perl Makefile.PL,make,make test, make install all my modules which...