Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Escape characters and arrow keys and pp

by Plankton (Vicar)
on Nov 12, 2011 at 05:18 UTC ( [id://937719]=note: print w/replies, xml ) Need Help??


in reply to Escape characters and arrow keys and pp

You mean like this ...
#!/usr/bin/perl -w use strict; while(1) { while(<>) { s/\W//g; print; } }

Replies are listed 'Best First'.
Re^2: Escape characters and arrow keys and pp
by 7cardcha (Novice) on Nov 12, 2011 at 05:33 UTC
    Yes. Please explain the s/\W//g; part

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-24 22:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found