Re: how to compare local time

2010-07-01 Thread Pad
On Jun 30, 1:12 pm, u...@stemsystems.com ("Uri Guttman") wrote: > > "SF" == Shlomi Fish writes: > >   >> my @vv = split('-',$variable); >   >> my @vale = split('##',$variable); > >   SF> Why are you splitting on strings instead of on regexes? << split(/##/, >   SF> $variable); >> > > that IS s

how to compare local time

2010-06-30 Thread Pad
would like to print out the entry if it's possibility. Please note "##' is my field separator. Thank you. Pad -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: pattern -help

2008-06-22 Thread Pad
not have corresponding _end class b) likewise if we see 'end class', you should expect to have '_begin class' and not '_end class'. I mean (example of wrong data file) _begin class ... blah ... _end class ... _end class

pattern -help

2008-06-22 Thread Pad
missing, it should error out. Likewise, if you have _end, you should expect to have _begin in the previous lines. Can you help me how to check this condition in my script? thanks pad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http

Re: system ("find...") - escape character help

2008-02-11 Thread Pad
nd not the uid!! I don't know for whatever reasons the username shows up some 'numeric numbers' right after open replicator copying of data between emc arrays. Pad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: system ("find...") - escape character help

2008-02-08 Thread Pad
Thank you so much.. That was helpful. I feel it looks more perl like solution than calling unix OS cmd. Can you pl.help me how to get chmod cmd that I am trying to set run on those directories. I was thinking of using system (" find ... - exec chmod 755 {} \; ") pad On Feb

system ("find...") - escape character help

2008-02-08 Thread Pad
user 29334 -exec chown $user {} \\\; "); Please let me know why the escape character does n't work for me? Any help to resolve the problem is much appreciated. Thanks pad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/