Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Trying to avoid line noise (brain cramp)

by ChOas (Curate)
on Mar 09, 2001 at 17:23 UTC ( [id://63236]=note: print w/replies, xml ) Need Help??


in reply to Trying to avoid line noise (brain cramp)

Hi!

I am sorry, but..

I might have misunderstood the question...
would this work: ?
#!/usr/bin/perl -w use strict; my %DataBase; while(<>) { $DataBase{$_}++ if /(?<!from )INSERT INTO Photo/; }; open OUT, ">results.txt" or die $!; print OUT for sort keys %DataBase; close OUT;


GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-23 12:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found