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: 3764
  • 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 13197 - 13226 of 27465   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
13226 prakash
prakash@... Send Email
Jan 3, 2003
5:00 pm
how about this ?? &sub4; sub sub4{ foreach my $var1(@vars) { &sub1($var1); } } sub sub1 { my $var1 = shift; &sub2(var1); } sub sub2 { my $var1 = shift; if...
13225 Octavian Rasnita
orasnita Send Email
Jan 3, 2003
4:48 pm
Hi all, I would like to do something like: URL: foreach my $var1(@vars) { &sub1($var1); } sub sub1 { my $var1 = shift; &sub2(var1); } sub sub2 { my $var1 =...
13224 Octavian Rasnita
orasnita Send Email
Jan 3, 2003
4:48 pm
I've installed Gvim from that link. It has a lot of features and options. The bad thing is that it is not too friendly for a screen reader also. The text is...
13223 Charles K. Clarkson
charlesclarkson Send Email
Jan 3, 2003
3:09 pm
... I can think of two paths. Write a script that compares an old directory listing with a current directory listing and reports changes. Then cronjob the...
13222 guest user <docdoo...
docdoo99 Send Email
Jan 3, 2003
2:29 pm
... each time ... time is ... This would create exessive CPU usage on the server. Especially since there are 100's of other files to compare against (many...
13221 ikarus196912 <rein...
ikarus196912 Send Email
Jan 3, 2003
9:46 am
Thank you Hans for your hints! Regards, Reinhart...
13220 Hans Ginzel
hans@... Send Email
Jan 3, 2003
9:16 am
Hallo, ... hier spricht man English? We should speek english here. ... my($WhereIam, $CmdName) = $0 =~ m#^(.*[/\\]|[A-Z]\:)?(.+)$#i; $opt{debug}++; # debug...
13219 ikarus196912 <rein...
ikarus196912 Send Email
Jan 3, 2003
8:52 am
Hallo Leute! Ich heiße Reinhart und beginne gerade, mich mit PERL auseinanderzusetzen. Womit ich im Moment kämpfe ist folgendes: Ich habe aus einer Datei mit...
13218 Octavian Rasnita
orasnita Send Email
Jan 3, 2003
5:45 am
You could use the LWP module to get the page and format it using regular expressions. ...or use some modules from the HTML:: package. Teddy, Teddy's Center:...
13217 Octavian Rasnita
orasnita Send Email
Jan 3, 2003
5:45 am
Make a CGI script which is executed by cron or which is executed each time someone will visit a certain web page from that site. Put it to create a list of...
13216 Octavian Rasnita
orasnita Send Email
Jan 3, 2003
5:45 am
The most simple would be to modify that script for announcing you when someone use it for uploading files. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email:...
13215 Anung B. Ariwibowo
barliant Send Email
Jan 3, 2003
3:20 am
13214 guest user <docdoo...
docdoo99 Send Email
Jan 2, 2003
9:43 pm
... Because I am not allowed to edit the current upload CGI (from client). ... I've already had something similar: ##part1 Send the new upload entry as email...
13213 Hans Ginzel
hans@... Send Email
Jan 2, 2003
9:16 pm
... Download it from http://artax.karlin.mff.cuni.cz/~hans/Color.tar.gz. Hans...
13212 Hans Ginzel
hans@... Send Email
Jan 2, 2003
9:07 pm
Hello, in my thesis I need to call some C++ routines from perl. I started with example in man perlxs "Using XS With C++". But it doesn't work, the variable...
13211 Bryan Irvine
bryan.irvine@... Send Email
Jan 2, 2003
8:22 pm
I have a script that is supposed to take a text file and create an html document. The way it works is by using cron and running ...
13210 Charles K. Clarkson
charlesclarkson Send Email
Jan 2, 2003
8:10 pm
DocDoo <docdoo99@...> [docdoo99@...] ... Why use a CGI script? There's nothing interfacing with the web. It sounds more like a utility or ...
13209 Dinesh V. R.
dineshvr@... Send Email
Jan 2, 2003
8:01 pm
I agree 100% http://www.truth.sk/vim/vimbook-OPL.pdf Dinesh...
13208 DocDoo <docdoo99@....
docdoo99 Send Email
Jan 2, 2003
7:42 pm
(sorry for the other "no topic" post) I have been running an custom "upload" CGI script on a web server for some time. Now I'm looking for a CGI script that...
13207 DocDoo <docdoo99@....
docdoo99 Send Email
Jan 2, 2003
7:39 pm
I have been running an custom "upload" CGI script on a web server for some time. Now I'm looking for a CGI script that will monitor a specified folder -or-...
13206 msutfin2 <msutfin@...
msutfin2 Send Email
Jan 2, 2003
7:13 pm
I'd like to pull sprocs from a Sybase db as input to a SQL standards checking script... There are alot of threads out here indicating this module is what I...
13205 krieser <greg@...&...
krieser Send Email
Jan 2, 2003
7:01 pm
I'm working with a university on several of their sites. These sites sit on their servers. However, we can not run perl scripts on these servers, but I have...
13204 Suresh Babu.A
uarusu01@... Send Email
Jan 2, 2003
5:45 pm
Hi All, What will be the better way to create a multiple ftp session. The number of session has to be determined by a flat file created by the user. And any...
13203 Hans Ginzel
hans@... Send Email
Jan 2, 2003
1:52 pm
... I use VIM (http://vim.sourceforge.net/, www.vim.org, http://www.thomer.com/vi/vi.html). It recognizes syntax for almost everything, supports folders, diff...
13202 Hans Ginzel
hans@... Send Email
Jan 2, 2003
1:33 pm
... man perlre; perldoc -f split; /\<.*?\>/; $varible = $1; H....
13201 Hans Ginzel
hans@... Send Email
Jan 2, 2003
1:23 pm
... Or you can use an external program for doing the conversion (with tables and frames): To use w3m to translate HTML files: $ cat foo.html | w3m -T text/html...
13200 Octavian Rasnita
orasnita Send Email
Jan 2, 2003
5:08 am
Thank you for telling me about myodbc. I've finally installed Visual Studio and I've compiled DBD::mysql. Under Perl 5.8.0 DBD::mysqlPP can be installed with...
13199 Octavian Rasnita
orasnita Send Email
Jan 1, 2003
7:09 pm
Hi all, I have installed Visual C++ for compiling Perl packages downloaded from CPAN and I would like to uninstall it, but I would like to keep just the needed...
13198 Vineet Agrawal
vineet_agar@... Send Email
Jan 1, 2003
5:55 pm
hi, I am using Apache2 & have also installed Perl 5.8.0 lately & they seem to be working fine in conjunction.I faced similar problem looking for a dbi & dbd's...
13197 Octavian Rasnita
orasnita Send Email
Jan 1, 2003
2:30 pm
Hello, Could someone tell me what versions of Perl and Apache for Windows should I use to make all these programs work together? I have problems because: The...
Messages 13197 - 13226 of 27465   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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