Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

making perl interactive with VI

by NovMonk (Chaplain)
on Feb 17, 2004 at 18:57 UTC ( [id://329681]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl
     while (<>) {                         
    ...
                     }                    
             print "$_";                  
             }
    
  2. or download this
     #!/usr/bin/perl -w                         
                                                
    ...
             s/;fac=.//g;                       
             unless (/^net/i) {print "$_";}     
             }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://329681]
Approved by kvale
Front-paged by cLive ;-)
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-24 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found