Joshua Kaufman wrote:
> Bob -
>
> Thanks, I'll investigate that.
>
> I'm also hoping that the list will tell me how to do it by incrementing
> the proper special variable. I could swear that I've done that before, and
> have found it useful in other contexts.
>
>
> -- Josh
>
The $. variable
an alternative:
$&&&print, /- Student Id|$/ for ;
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Joshua Kaufman wrote:
>
> Hi All;
Hello,
> I'm trying to match a pattern in a text file and then print out the next
> line in that file. I could swear that I've done this before by incrementing
> $. to move to the next line. However, the code below is printing out the
> matched line rather than
Yeh I would tend to agree, based on the fact that you can have multiple
handles open at the same time. So there would have to be like a hash or
something if it were a special variable which you would have to update
for each handle, on top of that you can make a handle a lexical variable
which d
How unfortunate for me ;-)
-- josh
On 11/23/02 2:17 PM, "Paul Johnson" <[EMAIL PROTECTED]> wrote:
> On Sat, Nov 23, 2002 at 02:05:58PM -0600, Joshua Kaufman wrote:
>
>> Thanks for the reply.
>>
>> That would work in this context, but I'm looking for the more general
>> answer, mostly just to co
On Sat, Nov 23, 2002 at 02:05:58PM -0600, Joshua Kaufman wrote:
> Thanks for the reply.
>
> That would work in this context, but I'm looking for the more general
> answer, mostly just to convince myself that I'm not crazy and have done it
> this way before.
I'm sorry to report that you may be c
Thanks for the reply.
That would work in this context, but I'm looking for the more general
answer, mostly just to convince myself that I'm not crazy and have done it
this way before.
--Josh
On 11/23/02 8:44 AM, "Wiggins d'Anconia" <[EMAIL PROTECTED]> wrote:
> You could always say again insid
n" <[EMAIL PROTECTED]> wrote:
> Use truncate() to hop to a 2nd line. The pattern match wil do.
>
>
>
> Sincerly,
> Bob Erinkveld
> (Webmaster Insane Hosts)
> www.insane-hosts.net
>
>
>
>
>
>> From: Joshua Kaufman <[EMAIL PROTECTED]>
You could always say again inside your if to print the next line.
Realize that you will not then be able to check that line for the
string, but if that is ok which it sounds like it is then it should
work. See below.
Joshua Kaufman wrote:
Hi All;
I'm trying to match a pattern in a text file
Hi All;
I'm trying to match a pattern in a text file and then print out the next
line in that file. I could swear that I've done this before by incrementing
$. to move to the next line. However, the code below is printing out the
matched line rather than the next line.
#!/usr/bin/perl
open (LO
10 matches
Mail list logo