Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

•Re: Re: read between two strings

by merlyn (Sage)
on May 16, 2002 at 15:13 UTC ( #167025=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      #-- Skip lines not in the section to be processed 
      next unless /^%%Atom Coords/../^%%End Frame/; 
     
      #-- Skip the section markers 
      next if (/^%%Atom Coords/ or /^%%End Frame/);
    
  2. or download this
      my $inrange = /^%%Atom Coords/../^%%End Frame/; 
      next unless $inrange;
      next if $inrange == 1 or $inrange =~ /E/; # skip first and last item
    + of range
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://167025]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2023-06-03 22:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (17 votes). Check out past polls.

    Notices?