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

Re^5: Parsing Problems (updated)

by haukex (Archbishop)
on May 15, 2019 at 22:01 UTC ( [id://11100044]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use File::Glob 'bsd_glob';
    
    my $style = $ARGV[1];
    die "bad style" unless $style=~/\A\w+\z/;
    require $_ for bsd_glob("$stylespath/$style/*.pm");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-03-29 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found