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

Re: A different approach for bookmarks.

by tstock (Curate)
on Nov 19, 2001 at 11:24 UTC ( [id://126216]=note: print w/replies, xml ) Need Help??


in reply to A different approach for bookmarks.

I really dont like
open FIL, "|uniq >$file";
how about opening the file as usual and on your while loop:
{ next if %uniq{$content}++; print FIL $content, "\n"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-28 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found