Re: Reformatting text file
From: Tad McClellan (tadmc_at_augustmail.com)
Date: 02/16/04
- Next message: Tad McClellan: "Re: Reformatting text file"
- Previous message: Tad McClellan: "Re: Regular Expresions & pattern matching (mis)understanding"
- In reply to: Eric: "Re: Reformatting text file"
- Next in thread: Tad McClellan: "Re: Reformatting text file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 16 Feb 2004 07:50:17 -0600
Eric <nospam@xx.com> wrote:
> ARRRRGGGGGHHH...
>
> $line =~ m/([\w\d\/]+)\,([\w\s]+)/;
> $callsign = $1;
> $location = $2;
> $line = "$callsign \=Q$location\n";
>
> I've been trying everything I can think of but sure need assistance.
Assistance with what?
What is it supposed to do?
What is it doing instead?
Many readers won't take the time to figure all that out, they'll just
move on to the next article where the author has made it easier for
them to answer the question.
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
- Next message: Tad McClellan: "Re: Reformatting text file"
- Previous message: Tad McClellan: "Re: Regular Expresions & pattern matching (mis)understanding"
- In reply to: Eric: "Re: Reformatting text file"
- Next in thread: Tad McClellan: "Re: Reformatting text file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|