Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3765
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 13901 - 13930 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
13901 Richard Carver
mypcstuff Send Email
Feb 28, 2003
11:42 pm
... 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...
13902 Brian Gordon
chesslord0821 Send Email
Mar 1, 2003
1:05 pm
he means the line spacing and spaces etc. like HTML DOCUMENT texttext image image...
13903 bakechad <bakechad...
bakechad Send Email
Mar 1, 2003
4:21 pm
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...
13904 Charles K. Clarkson
charlesclarkson Send Email
Mar 1, 2003
4:29 pm
... [snip] ... my @ofs = grep /.jpg/i, @files; HTH, Charles K. Clarkson -- Head Bottle Washer, Clarkson Energy Homes, Inc. Mobile Home Specialists 254...
13905 Steven Harms
parmenides777 Send Email
Mar 1, 2003
6:35 pm
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 ...
13906 Jenda Krynicky
jendaperl Send Email
Mar 1, 2003
6:46 pm
From: Steven Harms <sgharms@...> ... use MIME::QuotedPrint; print decode_qp("hi=0Athere"); Jenda ===== Jenda@... ===...
13907 Richard Carver
mypcstuff Send Email
Mar 1, 2003
7:49 pm
I haven't used these but you might check them out: - An html parser in perl which will also convert HTML to plain text: ...
13908 Richard Carver
mypcstuff Send Email
Mar 1, 2003
7:54 pm
And checkout Tom Christiansen&#39;s striphtml at CPAN.ORG: # striphtml ("striff tummel") # tchrist@... # version 1.0: Thu 01 Feb 1996 1:53:31pm MST # version...
13909 Tres Melton
tres_class5 Send Email
Mar 2, 2003
2:23 pm
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...
13910 Charles K. Clarkson
charlesclarkson Send Email
Mar 2, 2003
5:26 pm
... 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@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email
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...
13916 Jenda Krynicky
jendaperl Send Email
Mar 3, 2003
11:29 am
From: Nathan.Jeffrey@... ... If I get one more I'll set him on "no-mail". He should have done that himself. Jenda ===== Jenda@... ===...
13917 vivek_ramaswamy <v...
vivek_ramaswamy Send Email
Mar 3, 2003
4:44 pm
Thanks for the feedback Charles. I'll try out your suggestions. Vivek...
13918 prakash
prakash@... Send Email
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...
13919 Madhu Reddy
saitech74 Send Email
Mar 3, 2003
5:27 pm
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...
13920 Charles K. Clarkson
charlesclarkson Send Email
Mar 3, 2003
6:35 pm
... 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;...
13921 Brian Gordon
chesslord0821 Send Email
Mar 3, 2003
9:00 pm
how do you use the htaccess file to make the server interpret, say, a HTML extension as perl? [Non-text portions of this message have been removed]...
13922 Richard Carver
mypcstuff Send Email
Mar 3, 2003
9:51 pm
... Is this what you're looking for: AddHandler cgi-script cgi pl html Regards, Rich...
13923 Brian Gordon
chesslord0821 Send Email
Mar 3, 2003
9:53 pm
yes, thank you [Non-text portions of this message have been removed]...
13924 long.nguyen@...
lxnguyen2000 Send Email
Mar 4, 2003
4:25 am
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@... Send Email 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...
13926 long.nguyen@...
lxnguyen2000 Send Email
Mar 4, 2003
4:59 am
Thanks Jeffrey for your info. Long ... From: Nathan.Jeffrey@... [mailto:Nathan.Jeffrey@...] Sent: Tuesday, 4 March 2003 2:32 PM To:...
13927 sravul <sravul@......
sravul Send Email
Mar 4, 2003
5:09 am
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...
13928 sravul <sravul@......
sravul Send Email
Mar 4, 2003
5:09 am
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@... Send Email
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@... Send Email 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...
Messages 13901 - 13930 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help