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 Christiansen'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...
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....
Stefan Hotz
stefan.hotz@...
Mar 3, 2003 12:08 am
13912
Does this mean that we will have an Outlook Auto-Response message on every message till 5-26??? Rob...
Robert Wideman
rwideman@...
Mar 3, 2003 12:21 am
13913
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"...
Nathan.Jeffrey@...
Mar 3, 2003 12:25 am
13914
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...
Peter Howell
p.howell74@...
Mar 3, 2003 1:09 am
13915
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...
Gary Hawkins
ghawk@...
Mar 3, 2003 8:04 am
13916
From: Nathan.Jeffrey@... ... If I get one more I'll set him on "no-mail". He should have done that himself. Jenda ===== Jenda@... ===...
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...
prakash
prakash@...
Mar 3, 2003 5:17 pm
13919
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 ...
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...
Nathan.Jeffrey@...
Mar 4, 2003 4:32 am
13926
Thanks Jeffrey for your info. Long ... From: Nathan.Jeffrey@... [mailto:Nathan.Jeffrey@...] Sent: Tuesday, 4 March 2003 2:32 PM To:...
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....
Gary Hawkins
ghawk@...
Mar 4, 2003 7:09 am
13930
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...
prakash@...
Mar 4, 2003 7:39 am
13931
Yeah, this is a bug in exchange server. Another quality product brought to you by Microsoft. Idiots....