| Thread | Last Post | Replies |
|
| split | 01 Apr 2004 00:20 GMT | 3 |
Hey if I do split like the line below. What is put in options when there are only 3 . ($hello,$good,$etc,$options) = split /\s/,$line;
 Signature To unsubscribe, e-mail: beginners-unsubscribe@perl.org
|
| Matching ranges of IP addresses | 31 Mar 2004 23:15 GMT | 7 |
I am working on a script that searches through a log file, looking for IP matches based on several ranges of IPs. I'm trying to find a way to do something like this: @results = grep /192.168.0.[192-254]/, @list Which, obviously, doesn't work. Is there any way to specify a range ...
|
| Week Numbers lists | 31 Mar 2004 22:50 GMT | 4 |
I need to create a dropdown list of week numbers ranging from the current week number to week number 01. The week number would be obtain from a MySQL database, IE: select week(curdate()); this equals 13 and from this week#, then I need to generate a list from that week number, IE. ...
|
| (FOUO) PERL question ... | 31 Mar 2004 18:53 GMT | 1 |
CLASSIFICATION: UNCLASSIFIED SECURITY CONTROL MARKING: FOR OFFICIAL USE ONLY Who offers the very best training in PERL ? Thanks, Mike
|
| Regexp match question ! | 31 Mar 2004 15:18 GMT | 3 |
I am a beginner of programming ( so I am a beginner of perl programming too :-) ) and I have this very basic problem but cannot handle it. I'm trying to match only a one single digit and wrote this code: use strict;
|
| more on warn .. is next necessary | 31 Mar 2004 15:12 GMT | 5 |
I wasn't able to really understand perldoc -f warn. I'm doing use File::Find; open(FILE,"<$File::Find::name")or warn "blah blah: $!";
|
| Passing file name /filehandle as argument to a subroutine... | 31 Mar 2004 02:41 GMT | 8 |
hi; i am trying to take input from multiple files.... Various I/P files are specified at command line... Can anyone tell me how to pass the file name to a
|
| determing number of records returned with DBI | 30 Mar 2004 23:01 GMT | 4 |
Is there a way to find out how many records were returned with a DBI query? There's the obvious counting each record as you fetch it, but I need the count before I start going through them.
|
| Using the read function with an offset | 30 Mar 2004 18:46 GMT | 1 |
I'm writing some 68k modules, for disassembly, assembly, reading instructions, analysing instructions, etc. The package I'm stuck on is supposed to read a 16bit instruction, and then break it down into an array, with each element seperated.
|
| Project Advice Wanted | 30 Mar 2004 17:14 GMT | 4 |
I'm at the start of a medium-sized trouble-ticket project that I want to write in Perl. This project will have a front-end web interface, Perl for the CGI and a database in the back end. It will live in the Windows domain. I'm looking for general advice on these topics:
|
| Pause/Hold in Perl | 30 Mar 2004 16:55 GMT | 2 |
Is there a way in Perl to have a script wait 30 seconds before it continues processing? Like or a pause or hold? Anthony J Segelhorst Enterprise Systems Management Team
|
| interpolated strings | 30 Mar 2004 16:24 GMT | 8 |
Is there a way to interpolate strings that the user enters? I'm writing a filter (pipe-cat = pat) that lets you add text to the front or end of some piped data: echo "2" | pat "1" - "3\n"
|
| string change problem | 30 Mar 2004 15:42 GMT | 14 |
Hai all. I want to make a script which converts like (pErl1234test = perl).I wrote like #!/usr/bin/perl
|
| Compilation | 30 Mar 2004 15:36 GMT | 1 |
is there a way to compile perl programs without perlcc or is there any other way to hide my source code? ------------------------------------- This mail is from: <max4o@g00net.org>
|
| psync, sym links, and Panther Revisited | 30 Mar 2004 14:00 GMT | 2 |
I finally got back to a Jaguar system to verify that this used to work. Symbolic links copied by psync on Panther seem to be copied incorrectly. Psync is never satisfied and wants to copy them on each sync. In Jaguar it worked as expected.
|