Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
comp.lang.perl.misc
Conversations
About
Sort By Relevance
Sort By Date
1–30 of many
Michele Dondi
, …
Jon Ericson
9
1/8/05
Re: For your christmas reading pleasure.
[originally on ctt - crossposted to clpmisc] On Fri, 24 Dec 2004 22:58:04 GMT, Ian Hutchinson <
unread,
Re: For your christmas reading pleasure.
[originally on ctt - crossposted to clpmisc] On Fri, 24 Dec 2004 22:58:04 GMT, Ian Hutchinson <
1/8/05
BCC
, …
zentara
5
11/7/04
Generating postscript file
Does anyone know of a perl module like GD that will allow me to draw with colors and shapes and save
unread,
Generating postscript file
Does anyone know of a perl module like GD that will allow me to draw with colors and shapes and save
11/7/04
Sam Denton
, …
Ben Morrow
12
11/6/04
Spurious "Use of uninitialized value" with -w, redux
OK, my first post had a bug, but it's a real problem, honest. Here's my (fixed!) code: +208
unread,
Spurious "Use of uninitialized value" with -w, redux
OK, my first post had a bug, but it's a real problem, honest. Here's my (fixed!) code: +208
11/6/04
Mark Lockett
, …
David Combs
6
11/24/04
Grep -v option
I am trying to parse lines out of a txt file. Instead of running the command three times, how can I
unread,
Grep -v option
I am trying to parse lines out of a txt file. Instead of running the command three times, how can I
11/24/04
Gerhard M
, …
Joe Smith
13
10/25/04
How to redefine warnings on recursion level
first of all an simple program: use Math::BigInt; use warnings; my $v = new Math::BigInt; sub faculty
unread,
How to redefine warnings on recursion level
first of all an simple program: use Math::BigInt; use warnings; my $v = new Math::BigInt; sub faculty
10/25/04
daniel kaplan
, …
Anno Siegel
26
11/1/04
printing to web browser
still new to PERL, anyway write now i do all OUTPUTTING to the web browser with: print $q->header(
unread,
printing to web browser
still new to PERL, anyway write now i do all OUTPUTTING to the web browser with: print $q->header(
11/1/04
David Gale
, …
Aaron Sherman
5
10/22/04
Remote Permissions Problem
At my office, we have a central file server which employees pull data from to their own computers to
unread,
Remote Permissions Problem
At my office, we have a central file server which employees pull data from to their own computers to
10/22/04
roach
, …
Matt Garrish
8
10/22/04
How to insert new lines in string?
Hi I have a file that is 1 line but 1000's of characters long. How can I insert a newline every
unread,
How to insert new lines in string?
Hi I have a file that is 1 line but 1000's of characters long. How can I insert a newline every
10/22/04
DM
, …
Jon Ericson
7
10/20/04
Regex matching non-contiguous sheds of text
I'm trying to design a regular expression to match the href attribute of <a> tags. I'm
unread,
Regex matching non-contiguous sheds of text
I'm trying to design a regular expression to match the href attribute of <a> tags. I'm
10/20/04
David Warren
, …
Jon Ericson
9
10/21/04
Any suggestions?
Hi, Okay, I was wondering if anybody has any better ideas on how to implement this.... This is for
unread,
Any suggestions?
Hi, Okay, I was wondering if anybody has any better ideas on how to implement this.... This is for
10/21/04
Marc Bogaard
, …
Bart Lateur
13
10/21/04
Regular Expression for HTML Tags and Special Characters
Hello together! How can I allowed some HTML-Tags like <BR>, <B>, <P> but filter out
unread,
Regular Expression for HTML Tags and Special Characters
Hello together! How can I allowed some HTML-Tags like <BR>, <B>, <P> but filter out
10/21/04
Sudeep George
, …
Ben Morrow
4
10/19/04
Problem while changing file's modification time using utime() on windows
Hi I have implemented a perl script to 'touch' all files in a directory using utime(). The
unread,
Problem while changing file's modification time using utime() on windows
Hi I have implemented a perl script to 'touch' all files in a directory using utime(). The
10/19/04
A. Sinan Unur
, …
Alan J. Flavell
71
10/19/04
Re: Concatenating an array into one string?
"Rapier" <a@a.com> wrote in news:1097679208.554.0@nnrp-t71-02.news.clara.net: > I
unread,
Re: Concatenating an array into one string?
"Rapier" <a@a.com> wrote in news:1097679208.554.0@nnrp-t71-02.news.clara.net: > I
10/19/04
Yuri Shtil
, …
parv
27
10/23/04
regex to clean path
I need to clean the PATH variable from redundant entries: a:b:c:c:c:s:a should become a:b:v:s. I have
unread,
regex to clean path
I need to clean the PATH variable from redundant entries: a:b:c:c:c:s:a should become a:b:v:s. I have
10/23/04
Irving Kimura
,
Jon Ericson
2
5/13/04
Anything better than ExtUtils::MakeMaker ?
I once read in clpm something to the effect that ExtUtils::MakeMaker was really a short-term stop-gap
unread,
Anything better than ExtUtils::MakeMaker ?
I once read in clpm something to the effect that ExtUtils::MakeMaker was really a short-term stop-gap
5/13/04
joe shaboo
, …
Ben Morrow
13
5/4/04
calculate date 4 days ago
Hi, I'm trying to list files that are 4 days old, and then perform an action on them. I don't
unread,
calculate date 4 days ago
Hi, I'm trying to list files that are 4 days old, and then perform an action on them. I don't
5/4/04
Jon Ericson
, …
Uri Guttman
5
4/23/04
Huffman coding and Parse::RecDescent
I've been playing with Parse::RecDescent lately and I've run into an annoyance. I'd
unread,
Huffman coding and Parse::RecDescent
I've been playing with Parse::RecDescent lately and I've run into an annoyance. I'd
4/23/04
Rafael Villarroel Flores
, …
Jon Ericson
9
4/23/04
Asking for comments on this script
The following script already does what I want it to do, but I would appreciate if the experts here
unread,
Asking for comments on this script
The following script already does what I want it to do, but I would appreciate if the experts here
4/23/04
C. Smith
, …
perl coder
4
4/8/04
Shell-escaping from perl
Suppose I want to invoke a shell command from perl and provide some user-supplied data as input to
unread,
Shell-escaping from perl
Suppose I want to invoke a shell command from perl and provide some user-supplied data as input to
4/8/04
Fergus McMenemie
, …
James Taylor
9
3/18/02
perl cgi scripts seem to have -w globally set
Hello, I have recently been installing lots of perl cgi scripts onto an old netscape fasttrack 2.?
unread,
perl cgi scripts seem to have -w globally set
Hello, I have recently been installing lots of perl cgi scripts onto an old netscape fasttrack 2.?
3/18/02
John Smith
, …
bernard....@dodge_thislido-tech.net
32
3/7/02
newbie...XML::Parser to extract data?
What exactly does XML::Parser do? Can you use it to count the number of instances a tag occurs in an
unread,
newbie...XML::Parser to extract data?
What exactly does XML::Parser do? Can you use it to count the number of instances a tag occurs in an
3/7/02
Dan Jacobson
, …
Jon Ericson
3
3/1/02
tell users how big perl download is before download
Gee, I go to perl.com, go to the download page. Nowhere does it say how big the file is, and indeed
unread,
tell users how big perl download is before download
Gee, I go to perl.com, go to the download page. Nowhere does it say how big the file is, and indeed
3/1/02
Han
, …
Jon Ericson
6
2/28/02
wddx.pm
I hope somebody can help me. I have been given a wddx file to process in perl, but I have never done
unread,
wddx.pm
I hope somebody can help me. I have been given a wddx file to process in perl, but I have never done
2/28/02
Fr...@pleasenospam.com
, …
Benjamin Goldberg
35
3/6/02
Delete files using existing list
Hello there, I generate a list of the files in C:\WIN\TEMP with the Perl script below (Win98SE). I
unread,
Delete files using existing list
Hello there, I generate a list of the files in C:\WIN\TEMP with the Perl script below (Win98SE). I
3/6/02
michael.e.g...@fritolay.com
,
Jon Ericson
2
2/25/02
Process Identification
Howdy, I am trying to do some scripting to determine if an NT process is still active. On a Unix
unread,
Process Identification
Howdy, I am trying to do some scripting to determine if an NT process is still active. On a Unix
2/25/02
derek chen
, …
Martien Verbruggen
6
2/27/02
when will the system not return (win32 platform) ?
Recently I got problems that my perl script would hang after calling making a system call.Two cases
unread,
when will the system not return (win32 platform) ?
Recently I got problems that my perl script would hang after calling making a system call.Two cases
2/27/02
Martin F. Johansen
,
Jon Ericson
2
1/4/02
How to set map attributes or file attributes under WinNT to run perl cgi
Hay guys! How can I set map attributes or file attributes under WinNT to run perl cgi files?, can
unread,
How to set map attributes or file attributes under WinNT to run perl cgi
Hay guys! How can I set map attributes or file attributes under WinNT to run perl cgi files?, can
1/4/02
Michael Nass
, …
Jon Ericson
3
12/21/01
Open error message "Invalid argument"
I've searched all over for some sort of documentation on this but haven't been able to find
unread,
Open error message "Invalid argument"
I've searched all over for some sort of documentation on this but haven't been able to find
12/21/01
Josh Ghiloni
, …
Jay Tilton
8
12/22/01
sub question
Baby's first post to comp.lang.perl.misc :) I have what is probably a fairly simple question that
unread,
sub question
Baby's first post to comp.lang.perl.misc :) I have what is probably a fairly simple question that
12/22/01
Harry
, …
Jon Ericson
9
12/14/01
port php3 programm to perl!
Hello, i need our help, currently i have program written in php3 and now my provider dosn´t accept
unread,
port php3 programm to perl!
Hello, i need our help, currently i have program written in php3 and now my provider dosn´t accept
12/14/01