Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: asterisk problems, and more

by murugu (Curate)
on Jan 09, 2006 at 15:29 UTC ( [id://521970]=note: print w/replies, xml ) Need Help??


in reply to asterisk problems, and more

Hi,

use glob function for this.

use strict; use warnings; my $a = shift; my @a = glob($a); print @a;

I tested the following code under windows NT using Activestate perl 5.8.7

Regards,
Murugesan Kandasamy
use perl for(;;);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-23 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found