Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Perl / Getting Started / March 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
split01 Apr 2004 00:20 GMT3
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 addresses31 Mar 2004 23:15 GMT7
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 lists31 Mar 2004 22:50 GMT4
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 GMT1
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 GMT3
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 necessary31 Mar 2004 15:12 GMT5
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 GMT8
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 DBI30 Mar 2004 23:01 GMT4
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 offset30 Mar 2004 18:46 GMT1
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 Wanted30 Mar 2004 17:14 GMT4
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 Perl30 Mar 2004 16:55 GMT2
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 strings30 Mar 2004 16:24 GMT8
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 problem30 Mar 2004 15:42 GMT14
   Hai all.
       I want to make a script which converts like (pErl1234test = perl).I
wrote like
       #!/usr/bin/perl
Compilation30 Mar 2004 15:36 GMT1
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 Revisited30 Mar 2004 14:00 GMT2
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.