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

Re: Using wildcards to open files.

by kcott (Archbishop)
on Oct 25, 2012 at 16:41 UTC ( [id://1000904]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e '
    use strict;
    ...
    -rw-r--r--  1 ken  staff  10 26 Oct 03:01 a.msg
    -rw-r--r--  1 ken  staff  10 26 Oct 03:01 b.msg
    -rw-r--r--  1 ken  staff  10 26 Oct 03:02 c.msg
    
  2. or download this
    $ cat script.pl
    while (<>) {
        print "$_\n";
    }
    
  3. or download this
    $ perl -e '
    use strict;
    ...
    Message B
    
    Message C
    
  4. or download this
    $ perl script.pl *.msg
    Message A
    ...
    Message B
    
    Message C
    

Log In?
Username:
Password:

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

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

    No recent polls found