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
_
> 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
/> <http://learn.perl.org/first-response>
>
>
=========
Steve Mayer Oracle Corporation
Project Lead1211 SW 5th Ave.
Portland Development Center Suite 900
[EMAIL PROTECTED]
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
nsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
=
Steve Mayer Oracle Corporation
Project Lead1211 SW 5th Ave.
Portland Development C
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]
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
gt;
>
> }
> ===
>
> Thanks in Advance
>
> Jaime Hourihane
> CDC-IXIS
> 212.891.1935
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> 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
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
> > ---
> >
> 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
=
11 matches
Mail list logo