On Thu, 31 Mar 2005 15:52:13 +0530
"Avadhani, Subramanya" <[EMAIL PROTECTED]> wrote:
> Hi List,
>I am not sure if this list would help me out if I am a windows
> Perl user.I am trying to write a small perl script to delete some
> records from a DB(MS Access) using the DBI module. As DBI is
Pasi Valkeila wrote:
Morjesta vaan!
How can I delete a value from the middle of an array so that the array
shortens by one?
Like this
(1, 2, 3, 4, 5, 6, 7) > (1, 2, 3, 5, 6, 7)
Pauli
my @t = (1, 2, 3, 4, 5, 6, 7);
splice @t, 3, 1;
print join ', ', @t;
# > (1, 2, 3, 5, 6, 7)
-- mike hi
Francis Paulin wrote:
Hi,
I'm trying to capture an evaluated pattern matching.
The code sample looks like that:
# In the real script, these two scalars received their values from external
files
$stringFromFirstFile = "Test: trying to capture this part of the string";
$stringFromSecondFile = "^Te
Rush, Thomas wrote:
I am attempting to sort records within Perl.
The record contains the field of the port of a Cisco switch which is
described as below in table A:
Table A
-
[snip]
Provided the records are coming to you in order, you can:
my %lines;
foreach my $line (){
chomp;
$li
karthikeyan.balasubramanian wrote:
Hi,
My hosting provider is not installing this particular module. But i do
have shell access.
Can i install this module in my document root. If Yes how do i do this.
Please help me out in this.
Have a great day.
Karthikeyan B
Kartikeyen B --
When you
dd or not?
Thank you so very much! I've been working on these modifications and
working
on them, but I need sleep badly, so I'm giving up and flat out asking for
help in solving it. Thank you, I appreciate your time.
Merry Christmas,
Steve
To you too.
HTH
--
Michael Higgins
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs