perl, xemacs and etags

2006-03-24 Thread Philip M. Gollucci
will Is there anyway to solve this ? -- -------- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357

Re: Help - using modules

2007-03-25 Thread Philip M. Gollucci
e use xxx:module_2 q(some_sub); -- ------------ Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don'

Re: How to turn $_ into a hashref?

2005-05-05 Thread Philip M. Gollucci
y outside of the loop. then $sth->execute($_) in the loop. and $sth->finish() after the loop. Check out $sth->fetchrow_arrary() instead. HTH -- END ----- Philip M. Gollucci Senior Developer - Liquidity Services Inc. Phone

Re: extracting coordinates

2005-05-09 Thread Philip M. Gollucci
^$a\s* If you're going to put your regex on multiple lines which is good for readability, you need the trailing /x flag. see perldoc above though that might have just happened from e-mail wrapping. HTH END ----

Re: Very simple question.

2005-05-16 Thread Philip M. Gollucci
die "failed $!"; perldoc -f unlink doesn't take a file handle/glob LOCK, but a string 'lock'. You should probably put the unlink in an END {} block so its always executed if you fail inbetween the locking for a random reason. -- END

Re: inline GREP filter...

2005-05-17 Thread Philip M. Gollucci
erldoc -f grep you just want a regex ($R) = grep {/\w+/} $S; => $s =~ /(Hello)/; $r = $1; -- END ------ Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Developer / Liquidity Services,

Re: efficiency of hash of hashes/lists

2005-05-24 Thread Philip M. Gollucci
0.14 0.00 0.14 -- END - What doesn't kill us, can only make us stronger. Nothing is impossible. Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198 Consultant / http://p6m7g8.net/Re

Re: DBD::Oracle problems

2005-05-31 Thread Philip M. Gollucci
while ago, but I believe describe is 'desc' HTH -- END - What doesn't kill us, can only make us stronger. Nothing is impossible. Philip M. Gollucci ([EMAIL PROTECTED]) 301.2

Re: array of hashes of arrays...

2005-08-15 Thread Philip M. Gollucci
ake us stronger. Nothing is impossible. Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198 Consultant / http://p6m7g8.net/Resume/ Senior Developer / Liquidity Services, Inc. http://www.liquidityservicesinc.com http://www.liquidation.com