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 filename

Re: date format using localtime()

2004-03-12 Thread Steve Mayer
://search.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response = Steve Mayer Oracle Corporation

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

2004-03-04 Thread Steve Mayer
on the size of a directory. How is that task handled in perl? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response = Steve Mayer

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 PROTECTED] Sent: Wednesday, November 19

Re: matching query.

2003-11-18 Thread Steve Mayer
] = Steve Mayer Oracle Corporation Project Lead1211 SW 5th Ave. Portland Development Center Suite 900 [EMAIL PROTECTED] Portland, OR 97204 Phone: 503-525-3127

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 the

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] Sent: Thursday, July 24, 2003 11:41 AM

Re: Printing values from hashes

2002-02-13 Thread Steve Mayer
212.891.1935 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] = Steve Mayer Oracle Corporation Senior Member of Technical Staff1211 SW 5th Ave. Portland

Re: V2 Sandbox Creation Script

2002-01-10 Thread Steve Mayer
commands, e-mail: [EMAIL PROTECTED] = Steve Mayer Oracle Corporation Senior Member of Technical Staff1211 SW 5th Ave. Portland Development Center Suite 900 [EMAIL PROTECTED

Re: Fwd: 'use' question

2001-06-05 Thread Steve Mayer
= 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 =