Re: how to check for dots in filename

2004-06-08 Thread Steve Mayer
Sid, try: my $ty="polica.op"; if($ty =~ /\.+/) { print "Found a dot!\n"; } Steve On Tue, Jun 08, 2004 at 03:34:29AM +0530, Sidharth wrote: > hi all, > can anyone tel me how to look for files which conatain dotsin it. > i.e > file1.txt > file2.txt > how to check for dots in fil

Re: date format using localtime()

2004-03-12 Thread Steve Mayer
_ > Do you Yahoo!? > Yahoo! Search - Find what you?re looking for faster > http://search.yahoo.com > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.or

Re: what is similar to shell `du' in perl

2004-03-04 Thread Steve Mayer
/> <http://learn.perl.org/first-response> > > ========= Steve Mayer Oracle Corporation Project Lead1211 SW 5th Ave. Portland Development Center Suite 900 [EMAIL PROTECTED]

Re: matching query.

2003-11-19 Thread Steve Mayer
Chetak, Whoops! Thanks for catching that! Steve On Wed, Nov 19, 2003 at 01:37:33PM +0530, [EMAIL PROTECTED] wrote: > > Steve*2 > > A small correction if ($source =~ /^\b$help\b/) > > chetak > -Original Message- > From: Steve Mayer [mailto:[EMAIL PROT

Re: matching query.

2003-11-18 Thread Steve Mayer
nsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > = Steve Mayer Oracle Corporation Project Lead1211 SW 5th Ave. Portland Development C

Re: Perl + Oracle + Blobs + PDFs - Dumping to filesystem

2003-07-24 Thread Steve Mayer
Levon, Great! Glad that worked out. Steve On Thu, Jul 24, 2003 at 11:39:58AM -0400, Levon Barker wrote: > Thanks Steve, > > That was the solution. > > Cheers, > Levon Barker > > > -Original Message- > > From: Steve Mayer [mailto:[EMAIL PROTECTED]

Re: Perl + Oracle + Blobs + PDFs - Dumping to filesystem

2003-07-24 Thread Steve Mayer
Levon, You might try using the binmode function on your filehandle: open FH, ">$binObjId.pdf"; binmode FH; print FH, $contents; close FH; Steve On Thu, Jul 24, 2003 at 11:26:52AM -0400, Levon Barker wrote: > Hello List! > > Have a quick question that I am sure someone knows

Re: Printing values from hashes

2002-02-13 Thread Steve Mayer
gt; > > } > === > > Thanks in Advance > > Jaime Hourihane > CDC-IXIS > 212.891.1935 > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

Re: V2 Sandbox Creation Script

2002-01-10 Thread Steve Mayer
> > Thank You! > > -garrett > > _ > MSN Photos is the easiest way to share and print your photos: > http://photos.msn.com/support/worldwide.aspx > > > -- > To unsubscribe, e-m

Re: I need to "touch" a binary file

2001-07-11 Thread Steve Mayer
Bob, perldoc -f binmode Steve On Wed, Jul 11, 2001 at 05:26:49PM -0700, Bob Bondi wrote: > So, simple on Unix/Linux! Are there any solutions via Perl to "touch" a > binary file? ===== Steve Mayer

Re: Fwd: 'use' question

2001-06-05 Thread Steve Mayer
> > --- > > > You are missing a semi-colon at the end of line 1 > after the #!/usr/local/bin/perl > = Steve Mayer Oracle Corporation Senior Member of Technical Staff1211 SW 5th Ave. Portland Development Center Suite 900 [EMAIL PROTECTED]Portland, OR 97204 Phone: 503-525-3127 =