Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Trying to make a search

by takshaka (Friar)
on Jun 04, 2000 at 05:45 UTC ( [id://16254]=note: print w/replies, xml ) Need Help??


in reply to Trying to make a search

This thread has gotten out of hand; but as long as we're going for Perlishly obscure, here's something silly...
#!/usr/bin/perl -wp use strict; use vars '$letter'; s/^(?!\Q$letter\E).*//is; BEGIN { @ARGV = 'books.txt'; print 'Letter: '; chomp($letter = <STDIN>); }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 17:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found