MESSAGE
DATE | 2011-12-14 |
FROM | Elfen Magix
|
SUBJECT | Subject: [NYLXS - HANGOUT] A simple perl script
|
From owner-hangout-outgoing-at-mrbrklyn.com Wed Dec 14 19:26:04 2011 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: by www2.mrbrklyn.com (Postfix) id 3AF79A48F3; Wed, 14 Dec 2011 19:26:04 -0500 (EST) Delivered-To: hangout-outgoing-at-www2.mrbrklyn.com Received: by www2.mrbrklyn.com (Postfix, from userid 28) id 25E17FE160; Wed, 14 Dec 2011 19:26:04 -0500 (EST) Delivered-To: hangout-at-mrbrklyn.com Received: from nm26.bullet.mail.bf1.yahoo.com (nm26.bullet.mail.bf1.yahoo.com [98.139.212.185]) by www2.mrbrklyn.com (Postfix) with SMTP id 7B45BA48F3 for ; Wed, 14 Dec 2011 19:26:03 -0500 (EST) Received: from [98.139.215.141] by nm26.bullet.mail.bf1.yahoo.com with NNFMP; 15 Dec 2011 00:27:40 -0000 Received: from [98.139.212.229] by tm12.bullet.mail.bf1.yahoo.com with NNFMP; 15 Dec 2011 00:27:40 -0000 Received: from [127.0.0.1] by omp1038.mail.bf1.yahoo.com with NNFMP; 15 Dec 2011 00:27:40 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 295029.50451.bm-at-omp1038.mail.bf1.yahoo.com Received: (qmail 96803 invoked by uid 60001); 15 Dec 2011 00:27:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1323908859; bh=SPrZM5LzammWdg5NoViP4+uTTCqkbO5tB552IjzW5is=; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=h6MVfpLgXYw6J+2o2P2ZkYEy9r5gi8kmBdZjOnmKzpbmrKAfrjvYpjSGCZb6k7zRib4S0RUEDdWVvcwGnzMCJ2dpg7joRjHvN7xye8NBWAuugHEVChVVkhLczK/iOn9sGeLLoasibvDVPdxeXPheQWM9guchPxxdVIwuLQOQli4= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=AaC3QL4bdobLZsiirc08IP4rAR9xBVZidXVUBX4U7X69tHp6jR0SY0Bzm+Ax30fDayCiw/+ntA2CqN8Md8XNyENgUw4mmgQ+cqFINwKAED3HXRFptosy1SIOwKTtQFy39Zgy6tVqkQkI07E1aB/GPjlow4Sv9b8T9+lIgW4MnB8=; X-YMail-OSG: o0kI0_YVM1lSMOLLH0rv3wNNExaTFHLp8wlOVCv4pbxz.b6 b.JqrmfqHWwyXKRdTCa_k1opntcHPG60hmyW4YpZvnKZAa0NE4x_3_zwLguq bKeZNu8OTll2i1caYsXtX7JK8FxGLFxruyYvFbY2.woMSAojXgZBuct4eQ6W fBm6yveh.1F.sKTkL8kokfiLbRaASlcMsBZbInqz_HQS2LO3GmlXcNJ1m9Wy 1FMfzIsHBL.2U7mbSlOmqsiC7PmDJXKL97RObXj.nqlv1QAnrFyZlg6Hfq1Y ER3DGOsR4LS8gNJZDCTChw8hLAfSbZ9v4x_50uUbN18Z4EE0s1Jj5b1_v_CW uo4K4VQrSeIJmMgghqHY8J7CA6NioWtvT80rOus6kU2HOEYLp2ro5V5dyXih aZsF0KaYpQjY1ADaxL_UQFLegYybl7eZ6iO9qIp7cz1QZnjyyVbjiiIExRY5 9mA4LezKywPv7CEsQLWaUKyBl1dpM Received: from [151.205.179.86] by web38006.mail.mud.yahoo.com via HTTP; Wed, 14 Dec 2011 16:27:39 PST X-Mailer: YahooMailWebService/0.8.115.331698 References: <20111214070833.GA11058-at-panix.com> Message-ID: <1323908859.93530.YahooMailNeo-at-web38006.mail.mud.yahoo.com> Date: Wed, 14 Dec 2011 16:27:39 -0800 (PST) From: Elfen Magix Subject: [NYLXS - HANGOUT] A simple perl script To: "hangout-at-mrbrklyn.com" In-Reply-To: <20111214070833.GA11058-at-panix.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-2114655128-2079995739-1323908859=:93530" Sender: owner-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: hangout-at-mrbrklyn.com
---2114655128-2079995739-1323908859=:93530 Content-Type: text/plain; charset=us-ascii
I need a simple thing that goes through a file to find "Chapter [and a number]". Then it must increment that number by 1 and resave the file without altering nothing else.
I know I've seen this, and even wrote one years ago myself, but I cant for the life of me remember how!
Thanks.
---2114655128-2079995739-1323908859=:93530 Content-Type: text/html; charset=us-ascii
I need a simple thing that goes through a file to find "Chapter [and a number]". Then it must increment that number by 1 and resave the file without altering nothing else.
I know I've seen this, and even wrote one years ago myself, but I cant for the life of me remember how!
Thanks.
---2114655128-2079995739-1323908859=:93530--
---2114655128-2079995739-1323908859=:93530 Content-Type: text/plain; charset=us-ascii
I need a simple thing that goes through a file to find "Chapter [and a number]". Then it must increment that number by 1 and resave the file without altering nothing else.
I know I've seen this, and even wrote one years ago myself, but I cant for the life of me remember how!
Thanks.
---2114655128-2079995739-1323908859=:93530 Content-Type: text/html; charset=us-ascii
I need a simple thing that goes through a file to find "Chapter [and a number]". Then it must increment that number by 1 and resave the file without altering nothing else.
I know I've seen this, and even wrote one years ago myself, but I cant for the life of me remember how!
Thanks.
---2114655128-2079995739-1323908859=:93530--
|
|