Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

(Ovid) Re(2): Another Q about piping Perl

by Ovid (Cardinal)
on Oct 12, 2001 at 03:39 UTC ( [id://118370]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # print all files in the directory (an overblown and limited 'ls' 
    +or 'dir'
        perl -e '-f $_ and print "$_ " for glob(shift)' ./*
    
  2. or download this
        perl -e "-f $_ and print $_.$,.$/ for glob(shift)" ./*
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-25 20:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found