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@...
Oct 15, 2001 9:37 am
... $client_file[$count]=~ s/\..*//gi;...
6226
Trap 13
bugbuilder@...
Oct 15, 2001 9:39 am
... With stat : check mtime. perldoc -f stat...
6227
Damien Carbery
daymobrew@...
Oct 15, 2001 10:51 am
Send an email to: perl-beginner-unsubscribe@yahoogroups.com...
6228
Damien Carbery
daymobrew@...
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@...
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@...
Oct 15, 2001 11:32 am
what about something like: use lib "/path/to/my/script"; Then put your use CGI..... call under that.. near the top of your script... That will as I understand...
6231
Franki
frankieh@...
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@...
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@...
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@...
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...
... 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@...
Oct 15, 2001 3:00 pm
From: "eventualdeath" <eventualdeath@...> ... TIMTOWDI { local $"; print "These are the numbers <b>@numbers</b> Good luck!" } or { my $numbers...
6238
Adrian Stovall
AdrianS@...
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 'graceland39; in the...
6239
goodman@...
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@...
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@...
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@...
Oct 15, 2001 6:52 pm
From: goodman@... ... use G; # http://Jenda.Krynicky.cz # That's all folks! ;-) Jenda =========== Jenda@... ==...
6243
Zinho
pinturicchio@...
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@...
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@...
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@...
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@...
Oct 16, 2001 1:14 am
Hi - In ourwork,we39;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@...
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@...
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@...
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...
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@...
Oct 16, 2001 6:02 am
... What do you mean by trapping keyboard or mouse action? On a webpage, GUI? - RaFaL Pocztarski, admin@......