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 6224 - 6253 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6224 toni_t_banire@... Send Email Oct 15, 2001
9:23 am
Hello I am trying to generate a list of servers with just their netbios names. I am dumping the server names into a file from a log file but some of them are...
6225 Trap 13
bugbuilder@... Send Email
Oct 15, 2001
9:37 am
... $client_file[$count]=~ s/\..*//gi;...
6226 Trap 13
bugbuilder@... Send Email
Oct 15, 2001
9:39 am
... With stat : check mtime. perldoc -f stat...
6227 Damien Carbery
daymobrew@... Send Email
Oct 15, 2001
10:51 am
Send an email to: perl-beginner-unsubscribe@yahoogroups.com...
6228 Damien Carbery
daymobrew@... Send Email
Oct 15, 2001
11:01 am
The Perl Cookbook, Recipe 8.5 Trailing a growing file suggests: Read until the end of file. Sleep, clear the EOF flag, and read some more. Repeat until...
6229 gordon stewart
gordonisnz@... Send Email
Oct 15, 2001
11:23 am
Hi - Im on Hypermart.net (my main site..) Anyway, During a recent fix, I was suspicious, as to my cookies, - I found my cookies were NOT being set. Im now...
6230 Franki
frankieh@... Send Email
Oct 15, 2001
11:32 am
what about something like: use lib "/path/to/my/script&quot;; Then put your use CGI..... call under that.. near the top of your script... That will as I understand...
6231 Franki
frankieh@... Send Email
Oct 15, 2001
12:18 pm
nope, you need to put the full path in, not just the one to your cgi-bin... your path will be any of the following... /var/www/cgi-bin/mylinks or...
6232 Abhra Debroy
abhra@... Send Email
Oct 15, 2001
12:27 pm
Hi All Can we read title of an application or caption of a button in any application for both standalone or webbased application,using perl? If anyone have...
6233 Etienne Marcotte
emarcott@... Send Email
Oct 15, 2001
12:45 pm
There ya go: Change the colors, settings to your taste: ===== use strict; # Table display of results sub tab_out { my $sth = $_[0]; my $align="left"; my...
6234 Mike Rapuano
meiguoren28@... Send Email
Oct 15, 2001
1:28 pm
Hi -- You are going to return the last two elements: 'a boy named sue' and 'goo goo dolls'. Why not create a hash with the key being the album name and the...
6235 Mike Rapuano
meiguoren28 Send Email
Oct 15, 2001
1:41 pm
Maybe I wasn't clear but your elements: ($record_name, $artist) are going to be filled with the last two elements in your array. Mike ... ...
6236 Jenda Krynicky
jendaperl Send Email
Oct 15, 2001
3:00 pm
... Try Win32::Setupsup (I believe instalable via PPM) ... Depends. You may send data to the programs STDIN, you may communicate with it using pipes, socket()s...
6237 Jenda Krynicky
Jenda@... Send Email
Oct 15, 2001
3:00 pm
From: "eventualdeath" <eventualdeath@...> ... TIMTOWDI { local $"; print "These are the numbers <b>@numbers&lt;/b> Good luck!" } or { my $numbers...
6238 Adrian Stovall
AdrianS@... Send Email
Oct 15, 2001
3:13 pm
not only will $record_name and $artist be 'a boy named sue', and 'goo goo dolls' (respectively)...you have an extra space following the word 'graceland&#39; in the...
6239 goodman@... Send Email Oct 15, 2001
4:09 pm
I have a script that takes a file(s) for an argument. So: program.pl * will interpret to: program.pl <file1> <file2> <file3>... etc. In Windows program.pl *...
6240 Damien Carbery
daymobrew@... Send Email
Oct 15, 2001
5:24 pm
You could go through each argument and run 'glob()&#39; on it. my @ExpandedFiles; foreach ( @ARGV ) { push @ExpandedFiles, glob( $_ ); } # Now work with...
6241 Damien Carbery
daymobrew@... Send Email
Oct 15, 2001
5:40 pm
If it's a Windows application you can use the Windows API GetWindowTitle. The Win32::API module (which is not included in the standard ActivePerl distribution...
6242 Jenda Krynicky
Jenda@... Send Email
Oct 15, 2001
6:52 pm
From: goodman@... ... use G; # http://Jenda.Krynicky.cz # That's all folks! ;-) Jenda =========== Jenda@... ==...
6243 Zinho
pinturicchio@... Send Email
Oct 15, 2001
8:32 pm
Hi friends, In one of my projects I've used Net/Telnet.pm to interface with servers. Now I want to connect through a proxy server but this package doesn't...
6244 Zinho
pinturicchio@... Send Email
Oct 15, 2001
8:33 pm
Hi all, this is my first post at this group. I'm not completely beginner at Perl though I sometimes have doubts and I think here they can be *exploited* ;) My...
6245 Little Dragon
littledragon-list@... Send Email
Oct 15, 2001
8:50 pm
# Hi people, # # Okay, say I have a substitution to perform replacing all instances # of 'somedir/' with '../somedir/'. Great. # # Okay, now say you had to do...
6246 MuaBao
muabao@... Send Email
Oct 15, 2001
10:25 pm
Hi All, Let's say I have a file called version.txt that I can open with a text editor. The file has this line: #define BUILD_VERSION 9 I need to retrieve the...
6247 Gordon Stewart
Gordon.Stewart@... Send Email
Oct 16, 2001
1:14 am
Hi - In ourwork,we&#39;re all on IE4 - Win 95 Im not sure if this is a Perl solution, Or simple HTML .. But ive printed (to the screen) a form / formatted output...
6248 hereitis@... Send Email Oct 16, 2001
1:34 am
Thanks Mike & BugBuilder for replying my question. I did not know what the "Location"; Directive does. Thanks for letting me know. My problem is somewhat...
6249 Franki
frankieh@... Send Email
Oct 16, 2001
5:03 am
I am not really sure exactly what you are asking, but it sounds like a JS (JavaScript) issue not perl... (you need client side scripting, not server side.) ...
6250 RaFaL Pocztarski
admin@... Send Email
Oct 16, 2001
5:34 am
... I haven't noticed that Greg cut my comment and wrote the same! :) Or I'm wrong? (then sorry, I'm a little bit confused...) ... Thanks. :) - RaFaL...
6251 eventualdeath Send Email Oct 16, 2001
5:35 am
Thanks Jenda & Members, What must I do if I wish to :- print "These are the numbers <b>", @numbers, "</b> Good luck!" #### inclusive of <b> and </b> to appear...
6252 RaFaL Pocztarski
admin@... Send Email
Oct 16, 2001
6:02 am
... What do you mean by trapping keyboard or mouse action? On a webpage, GUI? - RaFaL Pocztarski, admin@......
6253 RaFaL Pocztarski
admin@... Send Email
Oct 16, 2001
6:02 am
... See: http://www.perldoc.com/perl5.6.1/lib/CGI.html#CREATING-A-SELF-REFERENCING-URL-THAT-PRESERVES-STATE-INFORMATION- ...
Messages 6224 - 6253 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