Re: [Perl-unix-users] Db-Access Problem

2005-03-31 Thread michael higgins
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

Re: [Perl-unix-users] deleting from array

2004-10-25 Thread michael higgins
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

[Perl-unix-users] Re: Capturing an evaluated pattern matching

2004-03-31 Thread michael higgins
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

[Perl-unix-users] Re: Perl - Sorting records returned from Cisco switch port (key - sort)

2003-02-22 Thread michael higgins
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

Re: [Perl-unix-users] SOAP::Lite

2003-02-07 Thread michael higgins
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

[Perl-unix-users] Re: String Parse

2002-12-24 Thread michael higgins
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